Navigation
API > API/Plugins > API/Plugins/RigVM
Linearly interpolates between A and B using the ratio T
| Name | FRigVMFunction_MathColorLerp |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Math/RigVMFunction_MathColor.h |
| Include Path | #include "RigVMFunctions/Math/RigVMFunction_MathColor.h" |
Syntax
USTRUCT (Meta=(DisplayName="Interpolate", TemplateName="Interpolate", Keywords="Lerp,Mix,Blend"))
struct FRigVMFunction_MathColorLerp : public FRigVMFunction_MathColorBase
Inheritance Hierarchy
- FRigVMStruct → FRigVMFunction_MathBase → FRigVMFunction_MathColorBase → FRigVMFunction_MathColorLerp
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMFunction_MathColorLerp() |
RigVMFunctions/Math/RigVMFunction_MathColor.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| A | FLinearColor | RigVMFunctions/Math/RigVMFunction_MathColor.h |
|
|
| B | FLinearColor | RigVMFunctions/Math/RigVMFunction_MathColor.h |
|
|
| Result | FLinearColor | RigVMFunctions/Math/RigVMFunction_MathColor.h |
|
|
| T | float | RigVMFunctions/Math/RigVMFunction_MathColor.h |
|
Functions
Public
Overridden from FRigVMStruct
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Execute logic for this struct | RigVMFunctions/Math/RigVMFunction_MathColor.h |