Landscape.Static
Landscape.Static
#Overview
name: Landscape.Static
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Enable/disable Landscape static drawlists
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/LandscapeRender.cpp:310
Scope (from outer to inner):
file
function FLandscapeDebugOptions::FLandscapeDebugOptions
Source code excerpt:
FConsoleCommandDelegate::CreateRaw(this, &FLandscapeDebugOptions::Patches))
, StaticConsoleCommand(
TEXT("Landscape.Static"),
TEXT("Enable/disable Landscape static drawlists"),
FConsoleCommandDelegate::CreateRaw(this, &FLandscapeDebugOptions::Static))
{
}
void FLandscapeDebugOptions::Patches()