TaskGraph.TaskPriorities.AsyncTraceTask
TaskGraph.TaskPriorities.AsyncTraceTask
#Overview
name: TaskGraph.TaskPriorities.AsyncTraceTask
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Task and thread priority for async traces.\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.AsyncTraceTask 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/Engine/Private/Collision/WorldCollisionAsync.cpp:216
Scope (from outer to inner):
file
namespace anonymous
Source code excerpt:
FAutoConsoleTaskPriority CPrio_FAsyncTraceTask(
TEXT("TaskGraph.TaskPriorities.AsyncTraceTask"),
TEXT("Task and thread priority for async traces."),
ENamedThreads::NormalThreadPriority, // Use Normal thread and normal task priority
ENamedThreads::NormalTaskPriority
);