r.Visibility.DynamicMeshElements.NumMainViewTasks
r.Visibility.DynamicMeshElements.NumMainViewTasks
#Overview
name: r.Visibility.DynamicMeshElements.NumMainViewTasks
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 view 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/SceneVisibility.cpp:295
Scope: file
Source code excerpt:
static int32 GNumDynamicMeshElementTasks = 4;
static FAutoConsoleVariableRef CVarNumDynamicMeshElementTasks(
TEXT("r.Visibility.DynamicMeshElements.NumMainViewTasks"),
GNumDynamicMeshElementTasks,
TEXT("Controls the number of gather dynamic mesh elements tasks to run asynchronously during view visibility."),
ECVF_RenderThreadSafe
);
inline uint32 GetNumDynamicMeshElementTasks()