BehaviorReader::getJointGroupInputIndices

Column indices that the requested joint group contains. @note The column indices point into the entire, uncompressed joint matrix.

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 > getJointGroupInputIndices
(
    std::uint16_t jointGroupIndex
) const

Remarks

JointGroupIndex must be less than the value returned by getJointGroupCount.

Returns

View over the array of column indices.

Parameters

Parameter

Description

jointGroupIndex

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

See Also

Joints

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