ERBFSolverType

The solver type to use. The two solvers have different requirements.

Windows
MacOS
Linux

References

Module

AnimGraphRuntime

Header

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

Include

#include "RBF/RBFSolver.h"

Syntax

enum ERBFSolverType
{
    Additive,
    Interpolative,
}

Values

Name

Description

Additive

The additive solver sums up contributions from each target.

Interpolative

The interpolative solver interpolates the values from each target based on distance.

Remarks

The solver type to use. The two solvers have different requirements.

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