TaskGraph.TaskPriorities.AsyncTraceTask

TaskGraph.TaskPriorities.AsyncTraceTask

#Overview

name: TaskGraph.TaskPriorities.AsyncTraceTask

This variable is created as a Console Variable (cvar).

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 
		);