OSSNull.RequireLoginCredentials
OSSNull.RequireLoginCredentials
#Overview
name: OSSNull.RequireLoginCredentials
This variable is created as a Console Variable (cvar).
- type:
Var - help:
True if login should require a user/pass to act like an external service, false to match most platforms and use the default
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:232
Scope: file
Source code excerpt:
bool FOnlineSubsystemNull::bRequireLoginCredentials = false;
FAutoConsoleVariableRef CVarRequireLoginCredentials(
TEXT("OSSNull.RequireLoginCredentials"),
FOnlineSubsystemNull::bRequireLoginCredentials,
TEXT("True if login should require a user/pass to act like an external service, false to match most platforms and use the default"),
ECVF_Default | ECVF_Cheat);
bool FOnlineSubsystemNull::bAddUserNumToNullId = false;
FAutoConsoleVariableRef CVarAddUserNumToNullId(