Navigation
BlueprintAPI > BlueprintAPI/URigHierarchyController
Changes the element's index within its default parent (or the top level)
Target is Rig Hierarchy Controller
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| struct | In Element | The key of the element to rename |
| integer | In Index | The new index of the element to take within its default parent (or the top level) |
| 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 the element has been reordered accordingly |