Navigation
BlueprintAPI > BlueprintAPI/URigHierarchy
Returns the global current or initial value for a given element index. If the element does not have a parent FTransform::Identity will be returned.
Target is Rig Hierarchy
Inputs
| Type | Name | Description |
|---|---|---|
| object | Target | |
| integer | In Element Index | The index of the element to retrieve the transform for |
| boolean | Initial | If true the initial transform will be used |
Outputs
| Type | Name | Description |
|---|---|---|
| transform | Return Value | The element's parent's global current or initial transform's value. |