DefinitionWriter::setJointHierarchy

A simple array describing the parent-child relationships between joints. @note 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.

Windows
MacOS
Linux

References

Module

RigLogicLib

Header

/Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/DefinitionWriter.h

Include

#include "dna/layers/DefinitionWriter.h"

Syntax

void setJointHierarchy
(
    const std::uint16_t * jointIndices,
    std::uint16_t count
)

Remarks

  • B | + D | + E | + F

  • C

  • G

  • H

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss