![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <RBFInterpolator.h>
Inheritance diagram for TRBFInterpolator< T >:Public Types | |
| using | WeightFuncT = TFunction< float(const T &A, const T &B)> |
Public Member Functions | |
| TRBFInterpolator ()=default | |
| TRBFInterpolator (const TArrayView< T > &InNodes, WeightFuncT InWeightFunc) | |
| TRBFInterpolator (const TRBFInterpolator< T > &)=default | |
| TRBFInterpolator (TRBFInterpolator< T > &&)=default | |
| TRBFInterpolator< T > & | operator= (const TRBFInterpolator< T > &)=default |
| TRBFInterpolator< T > & | operator= (TRBFInterpolator< T > &&)=default |
| template<typename U , typename InAllocator > | |
| void | Interpolate (TArray< float, InAllocator > &OutWeights, const U &Value, bool bClip=true, bool bNormalize=false) const |
Static Public Member Functions | |
| static bool | GetIdenticalNodePairs (const TArrayView< T > &InNodes, WeightFuncT InWeightFunc, TArray< TTuple< int, int > > &OutInvalidPairs) |
Additional Inherited Members | |
Public Attributes inherited from FRBFInterpolatorBase | |
| TArray< float > | Coeffs |
| bool | bIsValid = false |
Protected Member Functions inherited from FRBFInterpolatorBase | |
| ANIMGRAPHRUNTIME_API bool | SetUpperKernel (const TArrayView< float > &UpperKernel, int32 Size) |
| using TRBFInterpolator< T >::WeightFuncT = TFunction<float(const T& A, const T& B)> |
|
default |
|
inline |
|
default |
|
default |
|
inlinestatic |
|
inline |
|
default |
|
default |