OSSNull.AutoLoginAtStartup
OSSNull.AutoLoginAtStartup
#Overview
name: OSSNull.AutoLoginAtStartup
This variable is created as a Console Variable (cvar).
- type:
Var - help:
True if it should login the first user at startup like single-user platforms, false to only login when requested
It is referenced in 1 C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Plugins/Online/OnlineSubsystemNull/Source/Private/OnlineSubsystemNull.cpp:204
Scope: file
Source code excerpt:
bool FOnlineSubsystemNull::bAutoLoginAtStartup = true;
FAutoConsoleVariableRef CVarAutoLoginAtStartup(
TEXT("OSSNull.AutoLoginAtStartup"),
FOnlineSubsystemNull::bAutoLoginAtStartup,
TEXT("True if it should login the first user at startup like single-user platforms, false to only login when requested"),
ECVF_Default | ECVF_Cheat);
bool FOnlineSubsystemNull::bSupportExternalUI = false;
FAutoConsoleVariableRef CVarSupportExternalUI(