BehaviorReader::getJointGroupValues

Values that the requested joint group contains.

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

Remarks

JointGroupIndex must be less than the value returned by getJointGroupCount.

Returns

View over the array of values.

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