BehaviorWriter::deleteJointGroup

Delete the specified joint group.

Windows
MacOS
Linux

Warnings

  • jointGroupIndex must be less than the value returned by getJointGroupCount.

References

Module

RigLogicLib

Header

/Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/BehaviorWriter.h

Include

#include "dna/layers/BehaviorWriter.h"

Syntax

void deleteJointGroup
(
    std::uint16_t jointGroupIndex
)

Remarks

JointGroupIndex must be less than the value returned by getJointGroupCount.

Parameters

Parameter

Description

jointGroupIndex

A joint group's position in the zero-indexed array of joint groups.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss