Navigation
Unreal Engine Blueprint API Reference > Utilities > Struct
Adds a node that breaks a 'Inherited Tag Container' into its member fields
Inputs
Type | Name | Description |
---|---|---|
struct | Inherited Tag Container |
Outputs
Type | Name | Description |
---|---|---|
struct | Combined Tags | CombinedTags = Inherited - Removed + Added |
struct | Add To Inherited | Tags that I have (in addition to my parent's tags) |
struct | Remove From Inherited | Tags that should be removed (only if my parent had them). Note: we cannot use this to remove a tag that exists on a target. It only modifies the result of CombinedTags. |