Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Movie Graph Property Info' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Movie Graph Property Info |
Outputs
| Type | Name | Description |
|---|---|---|
| name | Name | The name of the property. |
| text | Context Menu Name | The display name of the property which will be shown in the context menu. If empty, the value from 'Name' will be used. |
| name | Promotion Name | If this property is promoted, this is the name of the variable that is created. If empty, the value from 'Name' will be used. |
| boolean | Is Dynamic Property | Whether this property is dynamic (ie, it does not correspond to a native UPROPERTY on the node). |
| enum | Value Type | The type of the value pointed to by the property. |