Navigation
BlueprintAPI > BlueprintAPI/URigHierarchyController
Updates the content of a component in the hierarchy
Target is Rig Hierarchy Controller
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| struct | In Component | The component to change the content for |
| string | In Content | The 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 | |
| boolean | Return Value | True if the component was updated correctly |