Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/DefinitionReader
Warnings * The index must be less than the value returned by getJointCount.
Description
The index must be less than the value returned by getJointCount.
| Name | getJointName |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/DefinitionReader.h |
| Include Path | #include "dna/layers/DefinitionReader.h" |
StringView getJointName
(
std::uint16_t index
) const
View over the joint name string.
Parameters
| Name | Remarks |
|---|---|
| index | A name's position in the zero-indexed array of joint names. |