r.Cache.ReduceSHRinging
r.Cache.ReduceSHRinging
#Overview
name: r.Cache.ReduceSHRinging
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Whether to modify indirect lighting cache SH samples to reduce ringing. 0 is off, 1 is on (default)
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/IndirectLightingCache.cpp:77
Scope: file
Source code excerpt:
int32 GCacheReduceSHRinging = 1;
static FAutoConsoleVariableRef CVarCacheReduceSHRinging(
TEXT("r.Cache.ReduceSHRinging"),
GCacheReduceSHRinging,
TEXT("Whether to modify indirect lighting cache SH samples to reduce ringing. 0 is off, 1 is on (default)"),
ECVF_RenderThreadSafe
);
int32 GIndirectLightingCache = 1;