Navigation
BlueprintAPI > BlueprintAPI/URigHierarchyController
Sets the display name on a control
Target is Rig Hierarchy Controller
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| struct | In Control | The key of the control to change the display name for |
| name | In Display Name | The new display name to set for the control |
| boolean | Rename Element | True if the control should also be renamed |
| 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 | |
| name | Return Value | Returns the new display name used for the control |