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" |
static bool GetIdenticalNodePairs
&40;
const TArrayView< T > & InNodes,
WeightFuncT InWeightFunc,
TArray< TTuple< int, int >> & OutInvalidPairs
&41;
Remarks
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.