TaskGraph.TaskPriorities.GatherShadowPrimitives
TaskGraph.TaskPriorities.GatherShadowPrimitives
#Overview
name: TaskGraph.TaskPriorities.GatherShadowPrimitives
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Task and thread priority for GatherShadowPrimitives tasks.\nArguments are three characters: [ThreadPriority][TaskPriority][TaskPriorityIfForcedToNormalThreadPriority] where ThreadPriority is \'h\' or \'n\' or \'b\' (high/normal/background) and TaskPriority is \'h\' or \'n\' (high/normal). Example: TaskGraph.TaskPriorities.GatherShadowPrimitives bnh
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:4727
Scope: file
Source code excerpt:
FAutoConsoleTaskPriority CPrio_GatherShadowPrimitives(
TEXT("TaskGraph.TaskPriorities.GatherShadowPrimitives"),
TEXT("Task and thread priority for GatherShadowPrimitives tasks."),
ENamedThreads::HighThreadPriority,
ENamedThreads::NormalTaskPriority,
ENamedThreads::HighTaskPriority
);