BP_UGS_Helpers
This class holds a selection of helper functions which are available globally.
Functions
Filter Tags By Parent
This function returns all tags matching a specified parent tag. For example, if the tag container includes A1.B2.C3
, A1.B2.C4
, A1.B3.C5
and the parent tag is A1.B2
then it'll return A1.B2.C3
and A1.B2.C4
. Tags like A1.B3.C5
won't be included because it doesn't match the parent tag.
Find First Tag By Parent
This function returns the first tag that matches a specified parent tag. For example, if a tag container includes A1.B2.C3
and the parent tag is A1.B2
, the result will be the first tag under this parent.
Last updated