Navigation
API > API/Runtime > API/Runtime/Landscape
| |
|
| Name |
ELandscapeHLODMeshSourceLODPolicy |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Landscape/Classes/LandscapeProxy.h |
| Include Path |
#include "LandscapeProxy.h" |
Syntax
enum ELandscapeHLODMeshSourceLODPolicy
{
AutomaticLOD,
SpecificLOD,
LowestDetailLOD,
}
Values
| Name |
Remarks |
| 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. |