Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Units > API/Plugins/ControlRig/Units/Execution
Inheritance Hierarchy
- FRigVMStruct
- FRigUnit
- FRigUnit_HierarchyBase
- FRigUnit_HierarchyGetParents
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 Parents", Keywords="Chain,Parents,Hierarchy", Varying, Deprecated="5.0"))
struct FRigUnit_HierarchyGetParents : public FRigUnit_HierarchyBase
Remarks
Returns the item's parents
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIncludeChild | ||
| bool | bReverse | ||
| FCachedRigElement | CachedChild | Used to cache the internally used child. | |
| FRigElementKeyCollection | CachedParents | Used to cache the internally used parents. | |
| FRigElementKey | Child | ||
| FRigElementKeyCollection | Parents |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct | |
| FRigVMStructUpgradeInfo |