Navigation
BlueprintAPI > BlueprintAPI/URigHierarchyController
Adds a new available space to the given control
Target is Rig Hierarchy Controller
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| struct | In Control | The control to add the available space for |
| struct | In Space | The space to add to the available spaces list |
| name | In Display Label | The optional display label to use for this space |
| boolean | Setup Undo | If set to true the stack will record the change for undo / redo |
| boolean | Print Python Command | If set to true a python command equivalent to this call will be printed out |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value | Returns true if successful. |