BehaviorReader::getJointGroupJointIndices

Joint indices that the requested joint group contains. @note These joint indices can be used to get the joint names through [DefinitionReader::getJointName](API\Plugins\RigLogicLib\dna\layers\DefinitionReader\getJointName).

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/BehaviorReader.h

Include

#include "dna/layers/BehaviorReader.h"

Syntax

ConstArrayView< std::uint16_t > getJointGroupJointIndices
(
    std::uint16_t jointGroupIndex
) const

Remarks

JointGroupIndex must be less than the value returned by getJointGroupCount.

Returns

View over the array of joint indices.

Parameters

Parameter

Description

jointGroupIndex

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

See Also

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