Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/BehaviorReader
Warnings * jointGroupIndex must be less than the value returned by getJointGroupCount.
Description
The column indices point into the entire, uncompressed joint matrix.
jointGroupIndex must be less than the value returned by getJointGroupCount.
| Name | getJointGroupInputIndices |
| 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 > getJointGroupInputIndices
(
std::uint16_t jointGroupIndex
) const
View over the array of column indices.
Parameters
| Name | Remarks |
|---|---|
| jointGroupIndex | A joint group's position in the zero-indexed array of joint groups. |