r.LightShaftBlurPasses
r.LightShaftBlurPasses
#Overview
name: r.LightShaftBlurPasses
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Number of light shaft blur passes.
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/LightShaftRendering.cpp:48
Scope: file
Source code excerpt:
int32 GLightShaftBlurPasses = 3;
static FAutoConsoleVariableRef CVarCacheLightShaftBlurPasses(
TEXT("r.LightShaftBlurPasses"),
GLightShaftBlurPasses,
TEXT("Number of light shaft blur passes."),
ECVF_RenderThreadSafe);
float GLightShaftFirstPassDistance = .1f;
static FAutoConsoleVariableRef CVarCacheLightShaftFirstPassDistance(