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