Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/BehaviorReader
Warnings * jointGroupIndex must be less than the value returned by getJointGroupCount.
Description
The row indices point into the entire, uncompressed joint matrix.
jointGroupIndex must be less than the value returned by getJointGroupCount.
| Name | getJointGroupOutputIndices |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/BehaviorReader.h |
| Include Path | #include "dna/layers/BehaviorReader.h" |
ConstArrayView< std::uint16_t > getJointGroupOutputIndices
(
std::uint16_t jointGroupIndex
) const
View over the array of row indices.
Parameters
| Name | Remarks |
|---|---|
| jointGroupIndex | A joint group's position in the zero-indexed array of joint groups. |