UEConsole Commands
VariableConsole VariableRenderer

r.XGEController.AvoidUsingLocalMachine

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

Category: Renderer · Namespace: r

Help

Whether XGE tasks should avoid running on the local machine (to reduce the oversubscription with local async and out-of-process work). 0: Do not avoid. Distributed tasks will be spawned on all available XGE agents. Can cause oversubscription on the initiator machine. 1: Avoid spawning tasks on the local (initiator) machine except when running a commandlet or -buildmachine is passed (default). 2: Avoid spawning tasks on the local (initiator) machine.

Usage

Unreal console (open with ~)
> r.XGEController.AvoidUsingLocalMachine 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 r