r.XGEController.Timeout
r.XGEController.Timeout
#Overview
name: r.XGEController.Timeout
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
The time, in seconds, to wait after all tasks have been completed before shutting down the controller. (default: 2 seconds).
It is referenced in 436
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:58
Scope (from outer to inner):
file
namespace XGEControllerVariables
Source code excerpt:
float Timeout = 2.0f;
FAutoConsoleVariableRef CVarXGEControllerTimeout(
TEXT("r.XGEController.Timeout"),
Timeout,
TEXT("The time, in seconds, to wait after all tasks have been completed before shutting down the controller. (default: 2 seconds)."),
ECVF_Default);
int32 AvoidUsingLocalMachine = 1;
FAutoConsoleVariableRef CVarXGEControllerAvoidUsingLocalMachine(
#Associated Variable and Callsites
This variable is associated with another variable named Timeout
, which is a popular name and overloaded in many contexts. There are 435
callsites. We have to skip these details.