Navigation
API > API/Runtime > API/Runtime/Landscape
| Name | ELandscapeHLODTextureSizePolicy |
| Type | enum |
| Header File | /Engine/Source/Runtime/Landscape/Classes/LandscapeProxy.h |
| Include Path | #include "LandscapeProxy.h" |
Syntax
enum ELandscapeHLODTextureSizePolicy
{
AutomaticSize,
SpecificSize,
}
Values
| Name | Remarks |
|---|---|
| AutomaticSize | Automatic texture size, based on the expected HLOD draw distance and the landscape size. |
| SpecificSize | User specified texture size. |