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

Go to the source code of this file.

Enumerations

enum class  EHLODBatchingPolicy : uint8 { None , MeshSection , Instancing }
 

Enumeration Type Documentation

◆ EHLODBatchingPolicy

enum class EHLODBatchingPolicy : uint8
strong

Determines how the geometry of a component will be incorporated in proxy (simplified) HLODs.

Enumerator
None 

No batching to be performed, geometry is to be simplified.

MeshSection 

Batch this component geometry (using the lowest LOD) as a separate mesh section, grouping by material.

Instancing 

Batch this component geometry (using the lowest LOD) as a separate instanced static mesh component in the generated actor.