FRBFInterpolatorBase

An implementation detail for the RBF interpolator to hide the use of Eigen from components outside AnimGraphRuntime.

Windows
MacOS
Linux

Inheritance Hierarchy

FRBFInterpolatorBase

TRBFInterpolator

References

Module

AnimGraphRuntime

Header

/Engine/Source/Runtime/AnimGraphRuntime/Public/RBF/RBFInterpolator.h

Include

#include "RBF/RBFInterpolator.h"

Syntax

class FRBFInterpolatorBase

Remarks

An implementation detail for the RBF interpolator to hide the use of Eigen from components outside AnimGraphRuntime.

Variables

Name Description

Public variable

bool

 

bIsValid

Public variable

TArray< float >

 

Coeffs

A square matrix of the solved coefficients.

Functions

Name Description

Protected function

bool

 

SetUpperKernel

(
    const TArrayView< float >& UpperKe...,
    int32 Size
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss