Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/dna > API/Plugins/RigLogicLib/dna/layers > API/Plugins/RigLogicLib/dna/layers/BehaviorWriter
References
| Module | RigLogicLib |
| Header | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/BehaviorWriter.h |
| Include | #include "dna/layers/BehaviorWriter.h" |
void setJointGroupInputIndices
(
std::uint16_t jointGroupIndex,
const std::uint16_t * inputIndices,
std::uint16_t count
)
Remarks
The column indices point into the entire, uncompressed joint matrix.
The joint group storage will be implicitly resized (if needed) to provide storage for the number of joint groups that is inferred from the specified index.
Parameters
| Name | Description |
|---|---|
| jointGroupIndex | A joint group's position in the zero-indexed array of joint groups. |
| inputIndices | The source address from which the column indices are to be copied. |
| count | The number of column indices to copy. |