Navigation
BlueprintAPI > BlueprintAPI/URigHierarchyController
Selects or deselects a component or an element in the hierarchy
Target is Rig Hierarchy Controller
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| struct | In Key | The key of the component or an element to select |
| boolean | Select | If set to false the component or an element will be deselected |
| boolean | Clear Selection | If this is true the selection will be cleared |
| boolean | Setup Undo | If set to true the stack will record the change for undo / redo |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value | Returns true if the selection was applied |