Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/JointBehaviorMetadataReader
Warnings * The index must be less than the value returned by getJointCount.
Description
The index must be less than the value returned by getJointCount.
This metadata affects how joints are calculated, as the given representation will be used internally by the implementation that evaluates them.
| Name | getJointTranslationRepresentation |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/JointBehaviorMetadataReader.h |
| Include Path | #include "dna/layers/JointBehaviorMetadataReader.h" |
TranslationRepresentation getJointTranslationRepresentation
(
std::uint16_t jointIndex
) const
The representation of the joint's translation component.
Parameters
| Name | Remarks |
|---|---|
| jointIndex | A joint's position in the zero-indexed array of joints. |