Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime
An implementation detail for the RBF interpolator to hide the use of Eigen from components outside AnimGraphRuntime.
| Name | FRBFInterpolatorBase |
| Type | class |
| Header File | /Engine/Source/Runtime/AnimGraphRuntime/Public/RBF/RBFInterpolator.h |
| Include Path | #include "RBF/RBFInterpolator.h" |
Syntax
class FRBFInterpolatorBase
Derived Classes
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsValid | bool | RBF/RBFInterpolator.h | ||
| Coeffs | TArray< float > | A square matrix of the solved coefficients. | RBF/RBFInterpolator.h |
Functions
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool SetUpperKernel
(
const TArrayView< float >& UpperKernel, |
RBF/RBFInterpolator.h |