DefinitionReader::getMeshBlendShapeChannelMappingIndicesForLOD

List of mesh-blend shape channel mapping indices for the specified LOD. @note The indices from this list can be used with the getMeshBlendShapeChannelMapping API to retrieve individual mapping items.

Windows
MacOS
Linux

Warnings

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

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 > getMeshBlendShapeChannelMappingIndicesForLOD
(
    std::uint16_t lod
) const

Remarks

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

Returns

View over the mesh blend shape channel mapping indices.

Parameters

Parameter

Description

lod

The level of detail which meshes are being requested.

See Also

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