Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions > API/Plugins/RigVM/RigVMFunctions/Math
Inheritance Hierarchy
- FRigVMStruct
- FRigVMFunction_MathBase
- FRigVMFunction_MathFloatBase
- FRigVMFunction_MathFloatLerp
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Math/RigVMFunction_MathFloat.h |
| Include | #include "RigVMFunctions/Math/RigVMFunction_MathFloat.h" |
Syntax
USTRUCT&40;Meta&61;&40;DisplayName&61;"Interpolate", TemplateName&61;"Interpolate", Keywords&61;"Lerp,Mix,Blend"&41;&41;
struct FRigVMFunction_MathFloatLerp : public FRigVMFunction_MathFloatBase
Remarks
Linearly interpolates between A and B using the ratio T
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | A | ||
| float | B | ||
| float | Result | ||
| float | T |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct |