Navigation
API > API/Plugins > API/Plugins/RigVM
| Name | FRigVMFunction_MathRBFInterpolateVectorColor |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Math/RigVMFunction_MathRBFInterpolate.h |
| Include Path | #include "RigVMFunctions/Math/RigVMFunction_MathRBFInterpolate.h" |
Syntax
USTRUCT (Meta=(Abstract, DisplayName="RBF Vector to Color", Keywords="RBF,Interpolate,Vector"))
struct FRigVMFunction_MathRBFInterpolateVectorColor : public FRigVMFunction_MathRBFInterpolateVectorBase
Inheritance Hierarchy
- FRigVMStruct → FRigVMFunction_MathBase → FRigVMFunction_MathRBFInterpolateBase → FRigVMFunction_MathRBFInterpolateVectorBase → FRigVMFunction_MathRBFInterpolateVectorColor
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Output | FLinearColor | RigVMFunctions/Math/RigVMFunction_MathRBFInterpolate.h |
|
|
| Targets | TArray< FMathRBFInterpolateVectorColor_Target > | RigVMFunctions/Math/RigVMFunction_MathRBFInterpolate.h |
|
Functions
Public
Overridden from FRigVMStruct
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Execute logic for this struct | RigVMFunctions/Math/RigVMFunction_MathRBFInterpolate.h |