Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/FRigControlSettings
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ApplyLimits
(
FRigControlValue& InOutValue |
Applies the limits expressed by these settings to a value | Rigs/RigHierarchyElements.h | |
void ApplyLimits
(
FTransform& InOutValue |
Applies the limits expressed by these settings to a transform | Rigs/RigHierarchyElements.h |
ApplyLimits(FRigControlValue &)
Description
Applies the limits expressed by these settings to a value
| Name | ApplyLimits |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchyElements.h |
| Include Path | #include "Rigs/RigHierarchyElements.h" |
void ApplyLimits
(
FRigControlValue & InOutValue
) const
ApplyLimits(FTransform &)
Description
Applies the limits expressed by these settings to a transform
| Name | ApplyLimits |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchyElements.h |
| Include Path | #include "Rigs/RigHierarchyElements.h" |
void ApplyLimits
(
FTransform & InOutValue
) const