Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/URigHierarchy
Description
Returns the local current or initial value for a element index. If the index is invalid FTransform::Identity will be returned.
| Name | GetLocalTransformByIndex |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchy.h |
| Include Path | #include "Rigs/RigHierarchy.h" |
UFUNCTION (BlueprintCallable, Category=URigHierarchy)
FTransform GetLocalTransformByIndex
(
int32 InElementIndex,
bool bInitial
) const
The local current or initial transform's value.
Parameters
| Name | Remarks |
|---|---|
| InElementIndex | The index to retrieve the transform for |
| bInitial | If true the initial transform will be used |