BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'RigVMGraphParameterDescription' into its member fields
Inputs
Type | Name | Description |
---|---|---|
struct | Rig VMGraph Parameter Description |
Outputs
Type | Name | Description |
---|---|---|
name | Name | The name of the parameter |
boolean | Is Input | True if the parameter is an input |
string | CPPType | The C++ data type of the parameter |
object | CPPType Object | The Struct of the C++ data type of the parameter (or nullptr) |
string | Default Value | The default value of the parameter |