r.Visibility.DynamicMeshElements.NumShadowViewTasks
r.Visibility.DynamicMeshElements.NumShadowViewTasks
#Overview
name: r.Visibility.DynamicMeshElements.NumShadowViewTasks
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Controls the number of gather dynamic mesh elements tasks to run asynchronously during shadow visibility.
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/ShadowSetup.cpp:269
Scope: file
Source code excerpt:
int32 GNumShadowDynamicMeshElementTasks = 4;
static FAutoConsoleVariableRef CVarNumShadowDynamicMeshElementTasks(
TEXT("r.Visibility.DynamicMeshElements.NumShadowViewTasks"),
GNumShadowDynamicMeshElementTasks,
TEXT("Controls the number of gather dynamic mesh elements tasks to run asynchronously during shadow visibility."),
ECVF_RenderThreadSafe
);
uint32 GetNumShadowDynamicMeshElementTasks()