Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/RBFBehaviorReader
Warnings * solverIndex must be less than the value returned by getRBFSolverCount.
Description
SolverIndex must be less than the value returned by getRBFSolverCount.
The Interpolative solver boasts smoother blending, whereas the additive solver, although needing more targets, provides more precise control over each target's influence.
| Name | getRBFSolverType |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/RBFBehaviorReader.h |
| Include Path | #include "dna/layers/RBFBehaviorReader.h" |
RBFSolverType getRBFSolverType
(
std::uint16_t solverIndex
) const
Parameters
| Name | Remarks |
|---|---|
| solverIndex | A RBF solver's position in the zero-indexed array of RBF solvers. |