landscape.SupressMapCheckWarnings.Nanite
landscape.SupressMapCheckWarnings.Nanite
#Overview
name: landscape.SupressMapCheckWarnings.Nanite
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Issue MapCheck Info messages instead of warnings if Nanite Data is out of date
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:192
Scope: file
Source code excerpt:
static FAutoConsoleVariable CVarLandscapeSupressMapCheckWarnings_Nanite(
TEXT("landscape.SupressMapCheckWarnings.Nanite"),
false,
TEXT("Issue MapCheck Info messages instead of warnings if Nanite Data is out of date"));
static FAutoConsoleVariable CVarStripLayerTextureMipsOnLoad(
TEXT("landscape.StripLayerMipsOnLoad"),
false,