r.LightShaftAllowTAA
r.LightShaftAllowTAA
#Overview
name: r.LightShaftAllowTAA
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Allows temporal filtering for lightshafts.\n 0: off\n 1: 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/LightShaftRendering.cpp:24
Scope: file
Source code excerpt:
int32 GLightShaftAllowTAA = 1;
static FAutoConsoleVariableRef CVarLightAllowTAA(
TEXT("r.LightShaftAllowTAA"),
GLightShaftAllowTAA,
TEXT("Allows temporal filtering for lightshafts.\n")
TEXT(" 0: off\n")
TEXT(" 1: on (default)"),
ECVF_Scalability | ECVF_RenderThreadSafe);