r.SkyAtmosphere.TransmittanceLUT.Height
r.SkyAtmosphere.TransmittanceLUT.Height
#Overview
name: r.SkyAtmosphere.TransmittanceLUT.Height
This variable is created as a Console Variable (cvar).
- type:
Var
- help: ``
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/SkyAtmosphereRendering.cpp:167
Scope: file
Source code excerpt:
static TAutoConsoleVariable<float> CVarSkyAtmosphereTransmittanceLUTHeight(
TEXT("r.SkyAtmosphere.TransmittanceLUT.Height"), 64,
TEXT(""),
ECVF_RenderThreadSafe | ECVF_Scalability);
////////////////////////////////////////////////////////////////////////// Multi-scattering LUT
static TAutoConsoleVariable<float> CVarSkyAtmosphereMultiScatteringLUTSampleCount(