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_MapRange_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="MapRange", Category="Math|Float", Deprecated="4.23.0"))
struct FRigUnit_MapRange_Float : public FRigUnit
Remarks
Two args and a result of float type
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | MaxIn | ||
| float | MaxOut | ||
| float | MinIn | ||
| float | MinOut | ||
| float | Result | ||
| float | Value |
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct | |
| FRigVMStructUpgradeInfo |