Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions > API/Plugins/RigVM/RigVMFunctions/Math
Inheritance Hierarchy
- FRigVMStruct
- FRigVMFunction_MathBase
- FRigVMFunction_MathDoubleBase
- FRigVMFunction_MathDoubleRemap
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Math/RigVMFunction_MathDouble.h |
| Include | #include "RigVMFunctions/Math/RigVMFunction_MathDouble.h" |
Syntax
USTRUCT (Meta=(DisplayName="Remap", TemplateName="Remap", Keywords="Rescale,Scale"))
struct FRigVMFunction_MathDoubleRemap : public FRigVMFunction_MathDoubleBase
Remarks
Remaps the given value from a source range to a target range.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bClamp | If set to true the result is clamped to the target range | |
| double | Result | ||
| double | SourceMaximum | ||
| double | SourceMinimum | ||
| double | TargetMaximum | ||
| double | TargetMinimum | ||
| double | Value |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
RIGVM_METHOD () |