UEConsole Commands
VariableConsole VariableRemaining

TaskGraph.EnableForkedMultithreading

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

Category: Remaining · Namespace: taskgraph

Help

When false will prevent the task graph from running multithreaded on forked processes.

Usage

Unreal console (open with ~)
> TaskGraph.EnableForkedMultithreading 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