Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime > API/Runtime/AnimGraphRuntime/TRBFInterpolator
Description
Returns a list of integer pairs indicating which distinct pair of nodes have the same weight as a pair of the same node. These result in an ill-formed coefficient matrix which kills the interpolation. The user can then either simply remove one of the pairs and retry, or warn the user that they have an invalid setup.
| Name | GetIdenticalNodePairs |
| Type | function |
| Header File | /Engine/Source/Runtime/AnimGraphRuntime/Public/RBF/RBFInterpolator.h |
| Include Path | #include "RBF/RBFInterpolator.h" |
static bool GetIdenticalNodePairs
(
const TArrayView < T > & InNodes,
WeightFuncT InWeightFunc,
TArray < TTuple < int, int > > & OutInvalidPairs
)