Navigation
API > API/Runtime > API/Runtime/Landscape
References
| Module | Landscape |
| Header | /Engine/Source/Runtime/Landscape/Classes/LandscapeProxy.h |
| Include | #include "LandscapeProxy.h" |
Syntax
enum ELandscapeHLODMeshSourceLODPolicy
{
AutomaticLOD,
SpecificLOD,
LowestDetailLOD,
}
Values
| Name | Description |
|---|---|
| AutomaticLOD | Automatic LOD selection, based on the expected HLOD draw distance and the landscape LOD Distribution settings. |
| SpecificLOD | User specified landscape LOD. |
| LowestDetailLOD | Use the lowest detailed LOD of this landscape. |