Navigation
API > API/Plugins > API/Plugins/RigVM
| Name | FRigVMFunction_MathRBFInterpolateVectorBase |
| 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, TemplateName="RBF Vector", Keywords="RBF,Interpolate,Vector"))
struct FRigVMFunction_MathRBFInterpolateVectorBase : public FRigVMFunction_MathRBFInterpolateBase
Inheritance Hierarchy
- FRigVMStruct → FRigVMFunction_MathBase → FRigVMFunction_MathRBFInterpolateBase → FRigVMFunction_MathRBFInterpolateVectorBase
Derived Classes
FRigVMFunction_MathRBFInterpolateVectorBase derived class hierarchy
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bNormalizeOutput | bool | RigVMFunctions/Math/RigVMFunction_MathRBFInterpolate.h |
|
|
| DistanceFunction | ERBFVectorDistanceType | RigVMFunctions/Math/RigVMFunction_MathRBFInterpolate.h |
|
|
| Input | FVector | RigVMFunctions/Math/RigVMFunction_MathRBFInterpolate.h |
|
|
| SmoothingFunction | ERBFKernelType | RigVMFunctions/Math/RigVMFunction_MathRBFInterpolate.h |
|
|
| SmoothingRadius | float | RigVMFunctions/Math/RigVMFunction_MathRBFInterpolate.h |
|
|
| WorkData | FRigVMFunction_MathRBFInterpolateVectorWorkData | RigVMFunctions/Math/RigVMFunction_MathRBFInterpolate.h |
|
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void GetInterpolatedWeights
(
FRigVMFunction_MathRBFInterpolateVectorWorkData& WorkData, |
RigVMFunctions/Math/RigVMFunction_MathRBFInterpolate.h | ||
static uint64 HashTargets
(
const TArrayView< const FVector >& Targets |
RigVMFunctions/Math/RigVMFunction_MathRBFInterpolate.h |