Navigation
API > API/Plugins > API/Plugins/ControlRig
Two args and a result of float type
| Name | FRigUnit_Clamp_Float |
| Type | struct |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/Deprecated/Math/RigUnit_Float.h |
| Include Path | #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
Inheritance Hierarchy
- FRigVMStruct → FRigUnit → FRigUnit_Clamp_Float
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Max | float | Units/Deprecated/Math/RigUnit_Float.h |
|
|
| Min | float | Units/Deprecated/Math/RigUnit_Float.h |
|
|
| Result | float | Units/Deprecated/Math/RigUnit_Float.h |
|
|
| Value | float | Units/Deprecated/Math/RigUnit_Float.h |
|
Functions
Public
Overridden from FRigVMStruct
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Units/Deprecated/Math/RigUnit_Float.h | ||
virtual FRigVMStructUpgradeInfo GetUpgradeInfo() |
Units/Deprecated/Math/RigUnit_Float.h |