Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'New Customizable Object Parameters' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | New Customizable Object Parameters |
Outputs
| Type | Name | Description |
|---|---|---|
| string | Package Path | Must not end with slash. For example "/Game" |
| string | Asset Name | For example "SampleAssetName" |
| object | Parent Object | Parent to attach the child Customizable Object to. |
| string | Parent Group Node | Group to attach the child Customizable Object to. Only used if ParentObject is provided. |