Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime > API/Runtime/AnimGraphRuntime/TRBFInterpolator
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| RBF/RBFInterpolator.h | |||
TRBFInterpolator
(
const TRBFInterpolator< T >& |
RBF/RBFInterpolator.h | ||
TRBFInterpolator
(
TRBFInterpolator< T >&& |
RBF/RBFInterpolator.h | ||
TRBFInterpolator
(
const TArrayView< T >& InNodes, |
Construct an RBF interpolator, taking in a set of sparse nodes and a symmetric weighing function that computes the distance between two nodes, and, optionally, smooths the distance with a smoothing kernel. | RBF/RBFInterpolator.h |
TRBFInterpolator()
| Name | TRBFInterpolator |
| Type | function |
| Header File | /Engine/Source/Runtime/AnimGraphRuntime/Public/RBF/RBFInterpolator.h |
| Include Path | #include "RBF/RBFInterpolator.h" |
TRBFInterpolator()
TRBFInterpolator(const TRBFInterpolator< T > &)
| Name | TRBFInterpolator |
| Type | function |
| Header File | /Engine/Source/Runtime/AnimGraphRuntime/Public/RBF/RBFInterpolator.h |
| Include Path | #include "RBF/RBFInterpolator.h" |
TRBFInterpolator
(
const TRBFInterpolator < T > &
)
TRBFInterpolator(TRBFInterpolator< T > &&)
| Name | TRBFInterpolator |
| Type | function |
| Header File | /Engine/Source/Runtime/AnimGraphRuntime/Public/RBF/RBFInterpolator.h |
| Include Path | #include "RBF/RBFInterpolator.h" |
TRBFInterpolator
(
TRBFInterpolator < T > &&
)
TRBFInterpolator(const TArrayView< T > &, WeightFuncT)
Description
Construct an RBF interpolator, taking in a set of sparse nodes and a symmetric weighing function that computes the distance between two nodes, and, optionally, smooths the distance with a smoothing kernel.
| Name | TRBFInterpolator |
| Type | function |
| Header File | /Engine/Source/Runtime/AnimGraphRuntime/Public/RBF/RBFInterpolator.h |
| Include Path | #include "RBF/RBFInterpolator.h" |
TRBFInterpolator
(
const TArrayView < T > & InNodes,
WeightFuncT InWeightFunc
)