Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/RBFBehaviorWriter
Description
The solver storage will be implicitly resized (if needed) to provide storage for the number of solvers that is inferred from the specified index.
| Name | setRBFSolverWeightThreshold |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/RBFBehaviorWriter.h |
| Include Path | #include "dna/layers/RBFBehaviorWriter.h" |
void setRBFSolverWeightThreshold
(
std::uint16_t solverIndex,
float weightThreshold
)
Parameters
| Name | Remarks |
|---|---|
| solverIndex | A RBF solver's position in the zero-indexed array of RBF solvers. |
| weightThreshold | The solver's weight threshold. |