r.RayTracing.SkyLight
r.RayTracing.SkyLight
#Overview
name: r.RayTracing.SkyLight
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Enables ray tracing SkyLight (default = 0)
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/RayTracing/RaytracingSkylight.cpp:12
Scope: file
Source code excerpt:
static FAutoConsoleVariableRef CVarRayTracingSkyLight(
TEXT("r.RayTracing.SkyLight"),
GRayTracingSkyLight,
TEXT("Enables ray tracing SkyLight (default = 0)"),
ECVF_RenderThreadSafe | ECVF_Scalability
);
#if RHI_RAYTRACING