Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/BehaviorReader
Warnings * jointGroupIndex must be less than the value returned by getJointGroupCount.
Description
Each element's position represents the level itself, while the value denotes the number of rows within the joint group belonging to that level. e.g.: [12, 9, 3] | | + LOD-2 contains first 3 rows | + LOD-1 contains first 9 rows
- LOD-0 contains first 12 rows
jointGroupIndex must be less than the value returned by getJointGroupCount.
| Name | getJointGroupLODs |
| 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 > getJointGroupLODs
(
std::uint16_t jointGroupIndex
) const
View over the array of LOD bounds.
Parameters
| Name | Remarks |
|---|---|
| jointGroupIndex | A joint group's position in the zero-indexed array of joint groups. |