UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MeshMergingSettings.h File Reference
#include "Engine/MaterialMerging.h"
#include "MeshMergingSettings.generated.h"

Go to the source code of this file.

Classes

struct  FMeshMergingSettings
 
struct  TStructOpsTypeTraits< FMeshMergingSettings >
 

Enumerations

enum class  EMeshLODSelectionType : uint8 { AllLODs = 0 UMETA(DisplayName = "Use all LOD levels", ScriptName="AllLods;AllLODs") , SpecificLOD = 1 UMETA(DisplayName = "Use specific LOD level") , CalculateLOD = 2 UMETA(DisplayName = "Calculate correct LOD level") , LowestDetailLOD = 3 UMETA(DisplayName = "Always use the lowest-detail LOD (i.e. the highest LOD index)") }
 
enum class  EMeshMergeType : uint8 { MeshMergeType_Default , MeshMergeType_MergeActor }
 
enum class  EUVOutput : uint8 { DoNotOutputChannel , OutputChannel }
 

Enumeration Type Documentation

◆ EMeshLODSelectionType

Enumerator
AllLODs 
SpecificLOD 
CalculateLOD 
LowestDetailLOD 

◆ EMeshMergeType

enum class EMeshMergeType : uint8
strong
Enumerator
MeshMergeType_Default 
MeshMergeType_MergeActor 

◆ EUVOutput

enum class EUVOutput : uint8
strong

As UHT doesnt allow arrays of bools, we need this binary enum :(

Enumerator
DoNotOutputChannel 
OutputChannel