Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Units > API/Plugins/ControlRig/Units/Deprecated > API/Plugins/ControlRig/Units/Deprecated/Math
Inheritance Hierarchy
- FRigVMStruct
- FRigUnit
- FRigUnit_Clamp_Float
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/Deprecated/Math/RigUnit_Float.h |
| Include | #include "Units/Deprecated/Math/RigUnit_Float.h" |
Syntax
USTRUCT (
Meta=(DisplayName="Clamp", Category="Math|Float", NodeColor="0.1 0.7 0.1", Deprecated="4.23.0"))
struct FRigUnit_Clamp_Float : public FRigUnit
Remarks
Two args and a result of float type
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Max | ||
| float | Min | ||
| float | Result | ||
| float | Value |
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct | |
| FRigVMStructUpgradeInfo |