Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Units > API/Plugins/ControlRig/Units/Hierarchy
Inheritance Hierarchy
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="Hierarchy", DocumentationPolicy="Strict", Keywords="GetBoneTransform,GetControlTransform,GetInitialTransform,GetSpaceTransform,GetTransform", NodeColor="0.462745, 1,0, 0.329412", Varying, Deprecated="5.0"))
struct FRigUnit_GetTransformArray : public FRigUnit
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. |
 |
FRigElementKeyCollection |
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