landscape.StripLayerMipsOnLoad
landscape.StripLayerMipsOnLoad
#Overview
name: landscape.StripLayerMipsOnLoad
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Remove (on load) the mip chain from textures used in layers which don\'t require them
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Runtime/Landscape/Private/Landscape.cpp:197
Scope: file
Source code excerpt:
static FAutoConsoleVariable CVarStripLayerTextureMipsOnLoad(
TEXT("landscape.StripLayerMipsOnLoad"),
false,
TEXT("Remove (on load) the mip chain from textures used in layers which don't require them"));
static FAutoConsoleVariable CVarAllowGrassStripping(
TEXT("landscape.AllowGrassStripping"),
true,