Navigation
API > API/Plugins > API/Plugins/ControlRig
GetControlFloat is used to retrieve a single Integer from a hierarchy.
| Name | FRigUnit_GetControlInteger |
| Type | struct |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/Hierarchy/RigUnit_GetControlTransform.h |
| Include Path | #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
Inheritance Hierarchy
- FRigVMStruct → FRigUnit → FRigUnit_GetControlInteger
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigUnit_GetControlInteger() |
Units/Hierarchy/RigUnit_GetControlTransform.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CachedControlIndex | FCachedRigElement | Used to cache the internally used bone index. | Units/Hierarchy/RigUnit_GetControlTransform.h | |
| Control | FName | The name of the Control to retrieve the Integer for. | Units/Hierarchy/RigUnit_GetControlTransform.h |
|
| IntegerValue | int32 | The current value of the control. | Units/Hierarchy/RigUnit_GetControlTransform.h |
|
| Maximum | int32 | The maximum value of the control. | Units/Hierarchy/RigUnit_GetControlTransform.h |
|
| Minimum | int32 | The minimum value of the control. | Units/Hierarchy/RigUnit_GetControlTransform.h |
|
Functions
Public
Overridden from FRigVMStruct
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Units/Hierarchy/RigUnit_GetControlTransform.h |