Navigation
API > API/Runtime > API/Runtime/Engine
Determines how the geometry of a component will be incorporated in proxy (simplified) HLODs.
| Name | EHLODBatchingPolicy |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/HLOD/HLODBatchingPolicy.h |
| Include Path | #include "HLOD/HLODBatchingPolicy.h" |
Syntax
enum EHLODBatchingPolicy
{
None,
MeshSection,
Instancing,
}
Values
| Name | Remarks |
|---|---|
| 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. |