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;
EEulerRotationOrder GetControlPreferredEulerRotationOrderByIndex
&40;
int32 InElementIndex,
bool bFromSettings
&41; const
Remarks
Returns a control's preferred euler rotation order Returns the current preferred euler rotation order
Parameters
| Name | Description |
|---|---|
| InElementIndex | The element index to look up |
| bFromSettings | If true the rotation order will be looked up from the control's settings, otherwise from the currently set animation value |