Description
Returns the item's siblings
Information
| Plugin | ControlRig |
| Category | Hierarchy |
| Tags | Chain,Siblings,Hierarchy |
| Type | FRigUnit_HierarchyGetSiblingsItemArray |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Item | The item to find the siblings for | Rig Element Key | (Type=Bone,Name="") |
| bIncludeItem | If True the input item will be included in the list of results | bool | False |
| bDefaultSiblings | When true, it will return all siblings, regardless of whether the parent is active or not. When false, will return only the siblings which are influenced by the same parent | bool | True |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Siblings | The resulting array of siblings of the input item | TArray<FRigElementKey> |