BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'RigVMGraphVariableDescription' into its member fields
Inputs
Type | Name | Description |
---|---|---|
struct | Rig VMGraph Variable Description |
Outputs
Type | Name | Description |
---|---|---|
name | Name | The name of the variable |
string | CPPType | The C++ data type of the variable |
object | CPPType Object | The Struct of the C++ data type of the variable (or nullptr) |
string | Default Value | The default value of the variable |