Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Units > API/Plugins/ControlRig/Units/Execution
Inheritance Hierarchy
- FRigVMStruct
- FRigUnit
- FRigUnit_HierarchyBase
- FRigUnit_PoseGetTransform
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 Pose Cache Transform", Keywords="Hierarchy,Pose,State", Varying, Category="Pose Cache"))
struct FRigUnit_PoseGetTransform : public FRigUnit_HierarchyBase
Remarks
Returns the hierarchy's pose transform
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | CachedPoseElementIndex | ||
| int32 | CachedPoseHash | ||
| float | CurveValue | ||
| FRigElementKey | Item | ||
| FRigPose | Pose | ||
| ERigVMTransformSpace | Space | Defines if the transform should be retrieved in local or global space | |
| FTransform | Transform | ||
| bool | Valid |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct |