r.XGEController.Enabled
r.XGEController.Enabled
#Overview
name: r.XGEController.Enabled
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Enables or disables the use of XGE for various build tasks in the engine.\n0: Local builds only. \n1: Distribute builds using XGE (default).
It is referenced in 513
C++ source files.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Plugins/XGEController/Source/Private/XGEControllerModule.cpp:49
Scope (from outer to inner):
file
namespace XGEControllerVariables
Source code excerpt:
int32 Enabled = 1;
FAutoConsoleVariableRef CVarXGEControllerEnabled(
TEXT("r.XGEController.Enabled"),
Enabled,
TEXT("Enables or disables the use of XGE for various build tasks in the engine.\n")
TEXT("0: Local builds only. \n")
TEXT("1: Distribute builds using XGE (default)."),
ECVF_ReadOnly); // Must be set on start-up, e.g. via config ini
#Associated Variable and Callsites
This variable is associated with another variable named Enabled
, which is a popular name and overloaded in many contexts. There are 512
callsites. We have to skip these details.