Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime > API/Runtime/AnimGraphRuntime/RBF > API/Runtime/AnimGraphRuntime/RBF/TRBFInterpolator
References
Module | AnimGraphRuntime |
Header | /Engine/Source/Runtime/AnimGraphRuntime/Public/RBF/RBFInterpolator.h |
Include | #include "RBF/RBFInterpolator.h" |
template<typename U, typename InAllocator>
void Interpolate
(
TArray< float, InAllocator > & OutWeights,
const U & Value,
bool bClip,
bool bNormalize
) const
Remarks
Given a value, compute the weight values to use to calculate each node's contribution to that value's location.