Navigation
BlueprintAPI > BlueprintAPI/URigHierarchyController
Sets the selection based on a list of element keys
Target is Rig Hierarchy Controller
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| struct | In Keys | The array of keys of the elements to select |
| boolean | Print Python Command | If set to true a python command equivalent to this call will be printed out |
| 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 |