Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Units > API/Plugins/ControlRig/Units/Hierarchy
Inheritance Hierarchy
- FRigVMStruct
- FRigUnit
- FRigUnit_GetTransformItemArray
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 Array", Category="Transforms", DocumentationPolicy="Strict", Keywords="GetBoneTransform,GetControlTransform,GetInitialTransform,GetSpaceTransform,GetTransform", NodeColor="0.462745, 1,0, 0.329412", Varying))
struct FRigUnit_GetTransformItemArray : public FRigUnit
Remarks
GetTransformArray is used to retrieve an array of transforms from the hierarchy.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bInitial | Defines if the transforms should be retrieved as current (false) or initial (true). | |
| TArray< FCachedRigElement > | CachedIndex | Used to cache the internally used index. | |
| TArray< FRigElementKey > | Items | The items to retrieve the transforms for | |
| ERigVMTransformSpace | Space | Defines if the transforms should be retrieved in local or global space | |
| TArray< FTransform > | Transforms | 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 |