Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Rig VMGraph Variable Description' 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 |
| text | Category | The category of the variable |
| text | Tooltip | The tooltip of the variable |
| boolean | Exposed On Spawn | Should this variable be exposed on spawn |
| boolean | Expose To Cinematics | Should this variable be exposed on spawn |
| boolean | Public | Is this variable public |
| boolean | Private | Is this variable private |