Description
GetTransform is used to retrieve a single transform from a hierarchy.
Information
| Plugin | ControlRig |
| Category | Transforms |
| Tags | GetBoneTransform,GetControlTransform,GetInitialTransform,GetSpaceTransform,GetTransform |
| Type | FRigUnit_GetTransform |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Item | The item to retrieve the transform for | Rig Element Key | (Type=Bone,Name="") |
| Space | Defines if the transform should be retrieved in local or global space | Rig VMTransform Space | GlobalSpace |
| bInitial | Defines if the transform 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 |
|---|---|---|---|
| Transform | The current transform of the given item - or identity in case it wasn't found. | Transform |