r.Cache.SampleTransitionSpeed
r.Cache.SampleTransitionSpeed
#Overview
name: r.Cache.SampleTransitionSpeed
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
When using single sample lighting, controls the speed of the transition between two point samples (fade over time).
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:69
Scope: file
Source code excerpt:
float GSingleSampleTransitionSpeed = 800;
static FAutoConsoleVariableRef CVarSingleSampleTransitionSpeed(
TEXT("r.Cache.SampleTransitionSpeed"),
GSingleSampleTransitionSpeed,
TEXT("When using single sample lighting, controls the speed of the transition between two point samples (fade over time)."),
ECVF_RenderThreadSafe
);
int32 GCacheReduceSHRinging = 1;