Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions > API/Plugins/RigVM/RigVMFunctions/Math
Inheritance Hierarchy
- FRigVMStruct
- FRigVMFunction_MathBase
- FRigVMFunction_MathDoubleBase
- FRigVMFunction_MathDoubleLerp
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="Interpolate", TemplateName="Interpolate", Keywords="Lerp,Mix,Blend"))
struct FRigVMFunction_MathDoubleLerp : public FRigVMFunction_MathDoubleBase
Remarks
Linearly interpolates between A and B using the ratio T
Variables
| Type | Name | Description | |
|---|---|---|---|
| double | A | ||
| double | B | ||
| double | Result | ||
| double | T |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
RIGVM_METHOD () |