r.HairStrands.SkyLighting.DebugSample

r.HairStrands.SkyLighting.DebugSample

#Overview

name: r.HairStrands.SkyLighting.DebugSample

This variable is created as a Console Variable (cvar).

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/HairStrands/HairStrandsEnvironment.cpp:61

Scope: file

Source code excerpt:


static int32 GHairStrandsSkyLighting_DebugSample = 0;
static FAutoConsoleVariableRef CVarHairStrandsSkyLighting_DebugSample(TEXT("r.HairStrands.SkyLighting.DebugSample"), GHairStrandsSkyLighting_DebugSample, TEXT("Enable debug view for visualizing sample used for the sky integration"), ECVF_Scalability | ECVF_RenderThreadSafe);

///////////////////////////////////////////////////////////////////////////////////////////////////

DECLARE_GPU_STAT_NAMED(HairSkyLighting, TEXT("Hair Sky lighting"));

///////////////////////////////////////////////////////////////////////////////////////////////////