Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Movie Graph Pin Properties' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Movie Graph Pin Properties |
Outputs
| Type | Name | Description |
|---|---|---|
| name | Label | The name assigned to the pin. |
| enum | Type | The type of the pin. If the pin represents a branch, this type is ignored. |
| object | Type Object | The value type of the pin, if the type is an enum, struct, class, or object. |
| boolean | Allow Multiple Connections | Whether this pin can accept multiple connections. |
| boolean | Is Branch | Whether this pin represents a branch. If it does not represent a branch, then it is a value-providing pin. |
| boolean | Is Wildcard | Whether this pin represents a wildcard, which means it can be any type (including being a branch). |
| boolean | Is Built In | Whether this pin is built-in (ie, the pin ships with the node and cannot be removed). Option pins on the Selectnode would be an example of pins which are not built-in (they can be added and removed dynamically). |