Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/URigHierarchy
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EEulerRotationOrder GetControlPreferredEulerRotationOrder
(
FRigElementKey InKey, |
Returns a control's preferred euler rotation order | Rigs/RigHierarchy.h |
|
EEulerRotationOrder GetControlPreferredEulerRotationOrder
(
const FRigControlElement* InControlElement, |
Returns a control's preferred euler rotation order | Rigs/RigHierarchy.h |
GetControlPreferredEulerRotationOrder(FRigElementKey, bool)
Description
Returns a control's preferred euler rotation order
| Name | GetControlPreferredEulerRotationOrder |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchy.h |
| Include Path | #include "Rigs/RigHierarchy.h" |
UFUNCTION (BlueprintCallable, Category=URigHierarchy)
EEulerRotationOrder GetControlPreferredEulerRotationOrder
(
FRigElementKey InKey,
bool bFromSettings
) const
Returns the current preferred euler rotation order
Parameters
| Name | Remarks |
|---|---|
| InKey | The key of the element to retrieve the current value for |
| bFromSettings | If true the rotation order will be looked up from the control's settings, otherwise from the currently set animation value |
GetControlPreferredEulerRotationOrder(const FRigControlElement *, bool)
Description
Returns a control's preferred euler rotation order
| Name | GetControlPreferredEulerRotationOrder |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchy.h |
| Include Path | #include "Rigs/RigHierarchy.h" |
EEulerRotationOrder GetControlPreferredEulerRotationOrder
(
const FRigControlElement * InControlElement,
bool bFromSettings
) const
Returns the current preferred euler rotation order
Parameters
| Name | Remarks |
|---|---|
| InControlElement | The element 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 |