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&40;BlueprintCallable, Category&61;URigHierarchy&41;
FTransform GetGlobalControlShapeTransformByIndex
&40;
int32 InElementIndex,
bool bInitial
&41; const
Remarks
Returns the global shape transform for a given control element. The global shape transform
Parameters
| Name | Description |
|---|---|
| InElementIndex | The index of the control to retrieve the transform for |
| bInitial | If true the initial transform will be used |