EMeshLODSelectionType

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/MeshMerging.h

Include

#include "Engine/MeshMerging.h"

Syntax

enum EMeshLODSelectionType
{
    AllLODs            = 0,
    SpecificLOD        = 1,
    CalculateLOD       = 2,
    LowestDetailLOD    = 3,
}

Values

Name

Description

AllLODs

Whether or not to export all of the LODs found in the source meshes.

SpecificLOD

Whether or not to export all of the LODs found in the source meshes.

CalculateLOD

Whether or not to calculate the appropriate LOD model for the given screen size.

LowestDetailLOD

Whether or not to use the lowest-detail LOD.

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