BehaviorWriter::setJointGroupLODs

Number of rows per each level of detail for the specified joint group. @note Each element's position represents the level itself, while the value denotes the number of rows within the joint group belonging to that level. e.g.: [12, 9, 3] | | + LOD-2 contains first 3 rows | + LOD-1 contains first 9 rows.

Windows
MacOS
Linux

References

Module

RigLogicLib

Header

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

Include

#include "dna/layers/BehaviorWriter.h"

Syntax

void setJointGroupLODs
(
    std::uint16_t jointGroupIndex,
    const std::uint16_t * lods,
    std::uint16_t count
)

Remarks

  • LOD-0 contains first 12 rows

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