Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime
The solver type to use. The two solvers have different requirements.
| Name | ERBFSolverType |
| Type | enum |
| Header File | /Engine/Source/Runtime/AnimGraphRuntime/Public/RBF/RBFSolver.h |
| Include Path | #include "RBF/RBFSolver.h" |
Syntax
enum ERBFSolverType
{
Additive,
Interpolative,
}
Values
| Name | Remarks |
|---|---|
| Additive | The additive solver sums up contributions from each target. |
| Interpolative | The interpolative solver interpolates the values from each target based on distance. |