Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/RBFBehaviorWriter
Description
The index denotes the position of an entire solver index list, not the position of its individual elements, i.e. the row index in a 2D matrix of solver indices.
The solver index storage will be implicitly resized (if needed) to provide storage for the number of solver indices that is inferred from the specified index.
These indices can be used to access RBF solver through the below defined APIs.
| Name | setRBFSolverIndices |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/RBFBehaviorWriter.h |
| Include Path | #include "dna/layers/RBFBehaviorWriter.h" |
void setRBFSolverIndices
(
std::uint16_t index,
const std::uint16_t * solverIndices,
std::uint16_t count
)
Parameters
| Name | Remarks |
|---|---|
| index | A position in a zero-indexed array where solver indices are stored. |
| solverIndices | The source address from which the solver indices are to be copied. |
| count | The number of solver indices to copy. |