FRBFSolver::ValidateTargets

Given a list of targets, verify which ones are valid for solving the RBF setup.

Windows
MacOS
Linux

References

Module

AnimGraphRuntime

Header

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

Include

#include "RBF/RBFSolver.h"

Source

/Engine/Source/Runtime/AnimGraphRuntime/Private/RBF/RBFSolver.cpp

Syntax

static bool ValidateTargets
(
    const FRBFParams & Params,
    const TArray< FRBFTarget > & Targets,
    TArray< int > & InvalidTargets
)

Remarks

Given a list of targets, verify which ones are valid for solving the RBF setup. This is mostly about removing identical targets which invalidates the interpolative solver. Returns true if all targets are valid.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss