Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Units > API/Plugins/ControlRig/Units/Execution
Inheritance Hierarchy
- FRigVMStruct
- FRigUnit
- FRigUnit_HierarchyBase
- FRigUnit_HierarchyGetChainItemArray
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/Execution/RigUnit_Hierarchy.h |
| Include | #include "Units/Execution/RigUnit_Hierarchy.h" |
Syntax
USTRUCT (Meta=(DisplayName="Get Chain", Keywords="Chain,Siblings,Hierarchy", Varying))
struct FRigUnit_HierarchyGetChainItemArray : public FRigUnit_HierarchyBase
Remarks
Returns a chain between two items
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIncludeEnd | ||
| bool | bIncludeStart | ||
| bool | bReverse | ||
| FRigElementKeyCollection | CachedChain | Used to cache the internally used siblings. | |
| FCachedRigElement | CachedEnd | Used to cache the internally used item. | |
| FCachedRigElement | CachedStart | Used to cache the internally used item. | |
| TArray< FRigElementKey > | Chain | ||
| FRigElementKey | End | ||
| FRigElementKey | Start |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct |