Description
GetTransformArray is used to retrieve an array of transforms from the hierarchy.
Information
| Plugin | ControlRig |
| Category | Transforms |
| Tags | GetBoneTransform,GetControlTransform,GetInitialTransform,GetSpaceTransform,GetTransform |
| Type | FRigUnit_GetTransformItemArray |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Items | The items to retrieve the transforms for | TArray<FRigElementKey> | () |
| Space | Defines if the transforms should be retrieved in local or global space | Rig VMTransform Space | GlobalSpace |
| bInitial | Defines if the transforms should be retrieved as current (false) or initial (true). Initial transforms for bones and other elements in the hierarchy represent the reference pose's value. | bool | False |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Transforms | The current transform of the given item - or identity in case it wasn't found. | TArray<FTransform> |