Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/dna > API/Plugins/RigLogicLib/dna/layers > API/Plugins/RigLogicLib/dna/layers/DefinitionWriter
References
Module | RigLogicLib |
Header | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/DefinitionWriter.h |
Include | #include "dna/layers/DefinitionWriter.h" |
void setJointHierarchy
&40;
const std::uint16_t &42; jointIndices,
std::uint16_t count
&41;
Remarks
Example: Joint names: [A, B, C, D, E, F, G, H] Hierarchy: [0, 0, 0, 1, 1, 4, 2, 2] Describes the following hierarchy: A
- B | + D | + E | + F
- C
- G
- H
These indices can be used to access joint names through DefinitionReader::getJointName.
Parameters
Name | Description |
---|---|
jointIndices | The source address from which the joint indices are to be copied. |
count | The number of joint indices to copy. |