r.GTAO.Combined
r.GTAO.Combined
#Overview
name: r.GTAO.Combined
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Enable Spatial Filter for GTAO \n 0: Off \n 1: On (default)\n
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/Renderer/Private/CompositionLighting/CompositionLighting.cpp:51
Scope: file
Source code excerpt:
static TAutoConsoleVariable<int32> CVarGTAOCombined(
TEXT("r.GTAO.Combined"),
1,
TEXT("Enable Spatial Filter for GTAO \n ")
TEXT("0: Off \n ")
TEXT("1: On (default)\n "),
ECVF_RenderThreadSafe | ECVF_Scalability);