Navigation
BlueprintAPI > BlueprintAPI/URigHierarchyController
Adds a new channel host to the animation channel Note: This is just an overload of AddAvailableSpace for readability
Target is Rig Hierarchy Controller
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| struct | In Channel | The animation channel to add the channel host for |
| struct | In Host | The host to add to the channel to |
| 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 successful. |