Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/URigHierarchy
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRotator GetControlPreferredRotator
(
FRigElementKey InKey, |
Returns a control's preferred rotator (local transform rotation) | Rigs/RigHierarchy.h |
|
FRotator GetControlPreferredRotator
(
const FRigControlElement* InControlElement, |
Returns a control's preferred rotator (local transform rotation) | Rigs/RigHierarchy.h |
GetControlPreferredRotator(FRigElementKey, bool)
Description
Returns a control's preferred rotator (local transform rotation)
| Name | GetControlPreferredRotator |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchy.h |
| Include Path | #include "Rigs/RigHierarchy.h" |
UFUNCTION (BlueprintCallable, Category=URigHierarchy)
FRotator GetControlPreferredRotator
(
FRigElementKey InKey,
bool bInitial
) const
Returns the current preferred rotator
Parameters
| Name | Remarks |
|---|---|
| InKey | The key of the element to retrieve the current value for |
| bInitial | If true we'll return the preferred rotator for the initial - otherwise current transform |
GetControlPreferredRotator(const FRigControlElement *, bool)
Description
Returns a control's preferred rotator (local transform rotation)
| Name | GetControlPreferredRotator |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchy.h |
| Include Path | #include "Rigs/RigHierarchy.h" |
FRotator GetControlPreferredRotator
(
const FRigControlElement * InControlElement,
bool bInitial
) const
Returns the current preferred rotator
Parameters
| Name | Remarks |
|---|---|
| InControlElement | The element to look up |
| bInitial | If true we'll return the preferred rotator for the initial - otherwise current transform |