DefinitionReader::getJointName

Name of the requested joint.

Windows
MacOS
Linux

Warnings

  • The index must be less than the value returned by getJointCount.

References

Module

RigLogicLib

Header

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

Include

#include "dna/layers/DefinitionReader.h"

Syntax

StringView getJointName
(
    std::uint16_t index
) const

Remarks

The index must be less than the value returned by getJointCount.

Returns

View over the joint name string.

Parameters

Parameter

Description

index

A name's position in the zero-indexed array of joint names.

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