DefinitionReader::getMeshIndicesForLOD

List of mesh indices for the specified LOD.

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

Remarks

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

Returns

View over the mesh 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