Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Rigs > API/Plugins/ControlRig/Rigs/URigHierarchy
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchy.h |
| Include | #include "Rigs/RigHierarchy.h" |
UFUNCTION (BlueprintCallable, Category=URigHierarchy)
FTransform GetGlobalControlOffsetTransformByIndex
(
int32 InElementIndex,
bool bInitial
) const
Remarks
Returns the global offset transform for a given control element. The global offset transform
Parameters
| Name | Description |
|---|---|
| InElementIndex | The index of the control to retrieve the transform for |
| bInitial | If true the initial transform will be used |