Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/dna > API/Plugins/RigLogicLib/dna/layers > API/Plugins/RigLogicLib/dna/layers/JointBehaviorMetadataReader
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/JointBehaviorMetadataReader.h |
| Include | #include "dna/layers/JointBehaviorMetadataReader.h" |
ScaleRepresentation getJointScaleRepresentation
(
std::uint16_t jointIndex
) const
Remarks
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. The representation of the joint's scale component.
Parameters
| Name | Description |
|---|---|
| jointIndex | A joint's position in the zero-indexed array of joints. |