UEConsole Commands
VariableConsole VariableRemaining

TaskGraph.TaskPriorities.NavTriggerAsyncQueries

TaskGraph.TaskPriorities.NavTriggerAsyncQueries is a console variable in Unreal Engine 5 (UE5). See what TaskGraph.TaskPriorities.NavTriggerAsyncQueries does, its values, and how to use this cvar in the Unreal console below.

Category: Remaining · Namespace: taskgraph

Help

Task and thread priority for UNavigationSystemV1::PerformAsyncQueries. Arguments 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.NavTriggerAsyncQueries bnh

Usage

Unreal console (open with ~)
> TaskGraph.TaskPriorities.NavTriggerAsyncQueries 1

Console variables take a value. Replace 1 with the setting you need. Run it with no value to print the current one.

Related in taskgraph