DefinitionReader::getBlendShapeChannelIndicesForLOD

List of blend shape channel indices for the specified LOD.

Windows
MacOS
Linux

Warnings

References

Module

RigLogicLib

Header

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

Include

#include "dna/layers/DefinitionReader.h"

Syntax

ConstArrayView< std::uint16_t > getBlendShapeChannelIndicesForLOD
(
    std::uint16_t lod
) const

Remarks

The lod index must be less than the value returned by LODExtentReader::getLODCount.

These LOD indices are not interchangeable with the LOD values from BehaviorReader::getBlendShapeChannelLODs.

Returns

View over the blend shape channel indices.

Parameters

Parameter

Description

lod

The level of detail which blend shape channels are being requested.

See Also

LODExtentReader::getLODCount

getBlendShapeChannelName

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