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 additive solver requires normalization, whereas the Interpolative solver is not as reliant on it.
| Name | getRBFSolverNormalizeMethod |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/RBFBehaviorReader.h |
| Include Path | #include "dna/layers/RBFBehaviorReader.h" |
RBFNormalizeMethod getRBFSolverNormalizeMethod
(
std::uint16_t solverIndex
) const
Parameters
| Name | Remarks |
|---|---|
| solverIndex | A RBF solver's position in the zero-indexed array of RBF solvers. |