Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime > API/Runtime/AnimGraphRuntime/RBF
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
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsValid | ||
| TArray< float > | Coeffs | A square matrix of the solved coefficients. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | SetUpperKernel
(
const TArrayView< float >& UpperKernel, |