Navigation
API > API/Plugins > API/Plugins/ControlRig
Two args and a result of float type
| Name | FRigUnit_MapRange_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="MapRange", Category="Math|Float", Deprecated="4.23.0"))
struct FRigUnit_MapRange_Float : public FRigUnit
Inheritance Hierarchy
- FRigVMStruct → FRigUnit → FRigUnit_MapRange_Float
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MaxIn | float | Units/Deprecated/Math/RigUnit_Float.h |
|
|
| MaxOut | float | Units/Deprecated/Math/RigUnit_Float.h |
|
|
| MinIn | float | Units/Deprecated/Math/RigUnit_Float.h |
|
|
| MinOut | 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 |