Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Units > API/Plugins/ControlRig/Units/Hierarchy
Inheritance Hierarchy
References
| |
|
| Module |
ControlRig |
| Header |
/Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/Hierarchy/RigUnit_GetControlTransform.h |
| Include |
#include "Units/Hierarchy/RigUnit_GetControlTransform.h" |
Syntax
USTRUCT (
Meta=(DisplayName="Get Control Integer", Category="Controls", DocumentationPolicy="Strict", Keywords="GetControlInteger,GetControlEnum", TemplateName="GetControlValue", NodeColor="0.462745, 1,0, 0.329412", Varying))
struct FRigUnit_GetControlInteger : public FRigUnit
GetControlFloat is used to retrieve a single Integer from a hierarchy.
Variables
| |
Type |
Name |
Description |
 |
FCachedRigElement |
CachedControlIndex |
Used to cache the internally used bone index. |
 |
FName |
Control |
The name of the Control to retrieve the Integer for. |
 |
int32 |
IntegerValue |
The current value of the control. |
 |
int32 |
Maximum |
The maximum value of the control. |
 |
int32 |
Minimum |
The minimum value of the control. |
Constructors
| |
Type |
Name |
Description |
 |
|
|
|
Overridden from FRigVMStruct
| |
Type |
Name |
Description |
 |
void |
|
Execute logic for this struct |