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