unreal.LandscapeHLODTextureSizePolicy

class unreal.LandscapeHLODTextureSizePolicy

Bases: EnumBase

ELandscape HLODTexture Size Policy

C++ Source:

  • Module: Landscape

  • File: LandscapeProxy.h

AUTOMATIC_SIZE: LandscapeHLODTextureSizePolicy

Automatic texture size, based on the expected HLOD draw distance and the landscape size.

Type:

0

SPECIFIC_SIZE: LandscapeHLODTextureSizePolicy

User specified texture size.

Type:

1