Unreal Engine Blueprint API Reference > Utilities > Struct
Adds a node that breaks a 'InheritedTagContainer' into its member fields
Inputs
Type | Name | Description |
---|---|---|
struct | Inherited Tag Container |
Outputs
Type | Name | Description |
---|---|---|
struct | Combined Tags | Tags that I inherited and tags that I added minus tags that I removed |
struct | Added | Tags that I have in addition to my parent's tags |
struct | Removed | Tags that should be removed if my parent had them |