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