Description
Returns the item's parents
Information
| Plugin | ControlRig |
| Category | Hierarchy |
| Tags | Chain,Parents,Hierarchy |
| Type | FRigUnit_HierarchyGetParentsItemArray |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Child | The child to look up the parents for | Rig Element Key | (Type=Bone,Name="") |
| bIncludeChild | If True the child will be included in the list of results | bool | False |
| bReverse | If True the list of results will be reversed | bool | False |
| bDefaultParent | When true, it will return the default parent, regardless of whether the parent influences the element or not | bool | True |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Parents | The resulting array of parents | TArray<FRigElementKey> |