r.PathTracing.TemporalDenoiser.Type
r.PathTracing.TemporalDenoiser.Type
#Overview
name: r.PathTracing.TemporalDenoiser.Type
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
The type of temporal denoiser\n0: Use the built-in temporal denoiser\n1: Use the temporal denoiser from plugin\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/PathTracingSpatialTemporalDenoising.cpp:91
Scope (from outer to inner):
file
namespace anonymous
Source code excerpt:
TAutoConsoleVariable<int32> CVarPathTracingTemporalDenoiserType(
TEXT("r.PathTracing.TemporalDenoiser.Type"),
0,
TEXT("The type of temporal denoiser\n")
TEXT("0: Use the built-in temporal denoiser\n")
TEXT("1: Use the temporal denoiser from plugin\n"),
ECVF_RenderThreadSafe
);