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 GetGlobalControlShapeTransform
(
FRigElementKey InKey,
bool bInitial
) const
Remarks
Returns the global shape transform for a given control element. The global shape transform
Parameters
| Name | Description |
|---|---|
| InKey | The key of the control to retrieve the transform for |
| bInitial | If true the initial transform will be used |