UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MeshTargetInterfaceTypes.h File Reference
#include "CoreTypes.h"

Go to the source code of this file.

Classes

struct  FGetMeshParameters
 
struct  FCommitMeshParameters
 

Typedefs

typedef EMeshLODIdentifier EStaticMeshEditingLOD
 

Enumerations

enum class  EMeshLODIdentifier {
  LOD0 = 0 , LOD1 = 1 , LOD2 = 2 , LOD3 = 3 ,
  LOD4 = 4 , LOD5 = 5 , LOD6 = 6 , LOD7 = 7 ,
  HiResSource = 100 , Default = 1000 , MaxQuality = 1001
}
 

Typedef Documentation

◆ EStaticMeshEditingLOD

Enumeration Type Documentation

◆ EMeshLODIdentifier

enum class EMeshLODIdentifier
strong

EMeshLODIdentifier is used to identify the LOD of a mesh for reading/writing.

Enumerator
LOD0 
LOD1 
LOD2 
LOD3 
LOD4 
LOD5 
LOD6 
LOD7 
HiResSource 
Default 
MaxQuality