Navigation
BlueprintAPI > BlueprintAPI/RigVMController
Adds a Variable Node to the edited Graph given a struct object path name. Variables represent local work state for the function and can be read from (bIsGetter == true) or written to (bIsGetter == false). This causes a NodeAdded modified event.
Target is Rig VMController
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| name | In Variable Name | |
| string | In CPPType | |
| string | In CPPType Object Path | |
| boolean | Is Getter | |
| string | In Default Value | |
| vector2d struct | In Position | |
| string | In Node Name | |
| boolean | Setup Undo Redo | |
| boolean | Print Python Command |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| object | Return Value |