r.HairStrands.DOFDepth
r.HairStrands.DOFDepth
#Overview
name: r.HairStrands.DOFDepth
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Compose hair with DOF by lerping hair depth based on its opacity.
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/Engine/Private/SceneView.cpp:369
Scope: file
Source code excerpt:
static int32 GHairStrandsComposeDOFDepth = 1;
static FAutoConsoleVariableRef CVarHairStrandsComposeDOFDepth(
TEXT("r.HairStrands.DOFDepth"),
GHairStrandsComposeDOFDepth,
TEXT("Compose hair with DOF by lerping hair depth based on its opacity."),
ECVF_RenderThreadSafe);
bool GetHairStrandsDepthOfFieldUseHairDepth()
{