r.RayTracing.Translucency.SamplesPerPixel
r.RayTracing.Translucency.SamplesPerPixel
#Overview
name: r.RayTracing.Translucency.SamplesPerPixel
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Sets the samples-per-pixel for Translucency (default = 1)
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/RayTracingTranslucency.cpp:82
Scope: file
Source code excerpt:
static int32 GRayTracingTranslucencySamplesPerPixel = 1;
static FAutoConsoleVariableRef CVarRayTracingTranslucencySamplesPerPixel(
TEXT("r.RayTracing.Translucency.SamplesPerPixel"),
GRayTracingTranslucencySamplesPerPixel,
TEXT("Sets the samples-per-pixel for Translucency (default = 1)"));
static int32 GRayTracingTranslucencyHeightFog = 1;
static FAutoConsoleVariableRef CVarRayTracingTranslucencyHeightFog(
TEXT("r.RayTracing.Translucency.HeightFog"),