Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Add New Subobject Params' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Parent Handle | |
| class | New Class | The class of the new subobject that will be added |
| object | Blueprint Context | Pointer to the blueprint context that this subobject is in. If this is null, it is assumed thatthis subobject is being added to an instance. |
| boolean | Skip Mark Blueprint Modified | Optionally skip marking this blueprint as modified (e.g. if we're handling that externally |
| boolean | Conform Transform To Parent | Whether the newly created component should keep its transform, or conform it to its parent |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Add New Subobject Params |