Navigation
BlueprintAPI > BlueprintAPI/URigHierarchyController
Reparents an existing component in the hierarchy
Target is Rig Hierarchy Controller
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| struct | In Component Key | The component key to reparent |
| struct | In Parent Element Key | The new element key to reparent to |
| boolean | Setup Undo | |
| boolean | Print Python Command | |
| boolean | Clear Selection | True if the selection should be cleared after a reparenting |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| struct | Return Value | Returns the new component key if successful or an invalid key if unsuccessful |