r.DisableLandscapeNaniteGI
r.DisableLandscapeNaniteGI
#Overview
name: r.DisableLandscapeNaniteGI
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Disable Landscape Nanite GI
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:175
Scope: file
Source code excerpt:
int32 GDisableLandscapeNaniteGI = 1;
static FAutoConsoleVariableRef CVarDisableLandscapeNaniteGI(
TEXT("r.DisableLandscapeNaniteGI"),
GDisableLandscapeNaniteGI,
TEXT("Disable Landscape Nanite GI"),
FConsoleVariableDelegate::CreateStatic(&OnCVarNeedingRenderStateInvalidationChanged),
ECVF_Scalability
);