Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Units > API/Plugins/ControlRig/Units/Hierarchy
Inheritance Hierarchy
- FRigVMStruct
- FRigUnit
- FRigUnit_GetTransform
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/Hierarchy/RigUnit_GetTransform.h |
| Include | #include "Units/Hierarchy/RigUnit_GetTransform.h" |
Syntax
USTRUCT (
Meta=(DisplayName="Get Transform", Category="Transforms", DocumentationPolicy="Strict", Keywords="GetBoneTransform,GetControlTransform,GetInitialTransform,GetSpaceTransform,GetTransform", NodeColor="0.462745, 1,0, 0.329412", Varying))
struct FRigUnit_GetTransform : public FRigUnit
Remarks
GetTransform is used to retrieve a single transform from a hierarchy.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bInitial | Defines if the transform should be retrieved as current (false) or initial (true). | |
| FCachedRigElement | CachedIndex | Used to cache the internally used index. | |
| FRigElementKey | Item | The item to retrieve the transform for | |
| ERigVMTransformSpace | Space | Defines if the transform should be retrieved in local or global space | |
| FTransform | Transform | The current transform of the given item - or identity in case it wasn't found. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct | |
| FString | GetUnitLabel () |