Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/BehaviorWriter
Description
The joint group storage will be implicitly resized (if needed) to provide storage for the number of joint groups that is inferred from the specified index.
| Name | setJointGroupJointIndices |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/BehaviorWriter.h |
| Include Path | #include "dna/layers/BehaviorWriter.h" |
void setJointGroupJointIndices
(
std::uint16_t jointGroupIndex,
const std::uint16_t * jointIndices,
std::uint16_t count
)
Parameters
| Name | Remarks |
|---|---|
| jointGroupIndex | A joint group's position in the zero-indexed array of joint groups. |
| jointIndices | The source address from which the joint indices are to be copied. |
| count | The number of joint indices to copy. |