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 | getNeutralJointTranslation |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/DefinitionReader.h |
| Include Path | #include "dna/layers/DefinitionReader.h" |
Vector3 getNeutralJointTranslation
(
std::uint16_t index
) const
The joint's translation (x, y, z).
Parameters
| Name | Remarks |
|---|---|
| index | A joint's position in the zero-indexed array of joint translations. |