Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/ALandscapeProxy
Syntax
UPROPERTY (EditAnywhere, Category=HLOD,
Meta=(DisplayName="HLOD Texture Size", LandscapeOverridable, EditCondition="HLODMaterialOverride == nullptr && HLODTextureSizePolicy == ELandscapeHLODTextureSizePolicy::SpecificSize", ClampMin="16", ClampMax="8192"))
int32 HLODTextureSize
Remarks
Specify the texture size to use for the HLOD mesh if HLODTextureSizePolicy is set to SpecificSize. Specifying an HLOD Material Override will disable this option as no texture will be baked.