Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Rigs
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchyDefines.h |
| Include | #include "Rigs/RigHierarchyDefines.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FRigControlLimitEnabled
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bMaximum | ||
| bool | bMinimum |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRigControlLimitEnabled
(
bool InValue |
|||
FRigControlLimitEnabled
(
bool InMinimum, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| T | Apply
(
const T& InValue, |
||
| bool | GetForValueType
(
ERigControlValueType InValueType |
||
| bool | IsOff () |
||
| bool | IsOn () |
||
| void | |||
| FRigControlLimitEnabled & | Set
(
bool InValue |
||
| FRigControlLimitEnabled & | Set
(
bool InMinimum, |
||
| void | SetForValueType
(
ERigControlValueType InValueType, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FRigControlLimitEnabled& Other |
||
| bool | operator==
(
const FRigControlLimitEnabled& Other |