TRBFInterpolator::Interpolate

Given a value, compute the weight values to use to calculate each node's contribution to that value's location.

Choose your operating system:

Windows

macOS

Linux

References

Module

AnimGraphRuntime

Header

/Engine/Source/Runtime/AnimGraphRuntime/Public/RBF/RBFInterpolator.h

Include

#include "RBF/RBFInterpolator.h"

Syntax

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.