Description
Returns a chain between two items
Information
| Plugin | ControlRig |
| Category | Hierarchy |
| Tags | Chain,Siblings,Hierarchy |
| Type | FRigUnit_HierarchyGetChainItemArray |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Start | The first element of the chain | Rig Element Key | (Type=Bone,Name="") |
| End | The last element of the chain | Rig Element Key | (Type=Bone,Name="") |
| bIncludeStart | If True the list of results will include the first element | bool | True |
| bIncludeEnd | If True the list of results will include the last element | bool | True |
| bReverse | If True the list of results will be reversed | bool | False |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Chain | The resulting array of elements on the chain | TArray<FRigElementKey> |