Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/dna > API/Plugins/RigLogicLib/dna/layers > API/Plugins/RigLogicLib/dna/layers/RBFBehaviorWriter
References
| Module | RigLogicLib |
| Header | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/RBFBehaviorWriter.h |
| Include | #include "dna/layers/RBFBehaviorWriter.h" |
void setRBFSolverName
(
std::uint16_t solverIndex,
const char * name
)
Remarks
The RBF solver storage will be implicitly resized (if needed) to provide storage for the number of solvers that is inferred from the specified index.
The passed in name is copied, which will involve an additional allocation.
Parameters
| Name | Description |
|---|---|
| solverIndex | A name's position in the zero-indexed array of RBF solvers. |
| name | A null-terminated string. |