Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/BehaviorReader
Warnings * jointGroupIndex must be less than the value returned by getJointGroupCount.
Description
These joint indices can be used to get the joint names through DefinitionReader::getJointName.
jointGroupIndex must be less than the value returned by getJointGroupCount.
| Name | getJointGroupJointIndices |
| 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 > getJointGroupJointIndices
(
std::uint16_t jointGroupIndex
) const
View over the array of joint indices.
Parameters
| Name | Remarks |
|---|---|
| jointGroupIndex | A joint group's position in the zero-indexed array of joint groups. |