OSSNull.ForceShowLoginUIUserChange
OSSNull.ForceShowLoginUIUserChange
#Overview
name: OSSNull.ForceShowLoginUIUserChange
This variable is created as a Console Variable (cvar).
- type:
Var - help:
True if the user index should change during login UI to emulate a platform user change
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:225
Scope: file
Source code excerpt:
bool FOnlineSubsystemNull::bForceShowLoginUIUserChange = false;
FAutoConsoleVariableRef CVarForceShowLoginUIUserChange(
TEXT("OSSNull.ForceShowLoginUIUserChange"),
FOnlineSubsystemNull::bForceShowLoginUIUserChange,
TEXT("True if the user index should change during login UI to emulate a platform user change"),
ECVF_Default | ECVF_Cheat);
bool FOnlineSubsystemNull::bRequireLoginCredentials = false;
FAutoConsoleVariableRef CVarRequireLoginCredentials(