BehaviorWriter::setBlendShapeChannelLODs

Input index count per each level of detail for blend shapes. @note Each element's position represents the level itself (e.g. [0,1,2,3,4,5] Value 0 is LOD with highest of details, value 5 is LOD with lowest details), while the value denotes the number of input indices belonging to that level.

Windows
MacOS
Linux

Warnings

  • The LOD values set here are not interchangeable with the LOD indices set in DefinitionWriter::setBlendShapeNameIndices and DefinitionWriter::setLODBlendShapeMapping

References

Module

RigLogicLib

Header

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

Include

#include "dna/layers/BehaviorWriter.h"

Syntax

void setBlendShapeChannelLODs
(
    const std::uint16_t * lods,
    std::uint16_t count
)

Remarks

The LOD values set here are not interchangeable with the LOD indices set in DefinitionWriter::setBlendShapeNameIndices and DefinitionWriter::setLODBlendShapeMapping

Parameters

Parameter

Description

lods

The source address from which the lod bounds are to be copied.

count

The number of lod bounds to copy.

See Also

BlendShapes

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