Navigation
BlueprintAPI > BlueprintAPI/URigHierarchyController
Adds a component to the hierarchy
Target is Rig Hierarchy Controller
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| object | In Component Struct | The script struct of the component to add |
| name | In Name | The suggested name of the new component. |
| struct | In Element | The element the component will be added to. |
| string | In Content | The (optional) serialized text default for the component |
| 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 | |
| struct | Return Value | The name of the newly created component |