OSSNull.OnlineRequiresSecondLogin

OSSNull.OnlineRequiresSecondLogin

#Overview

name: OSSNull.OnlineRequiresSecondLogin

This variable is created as a Console Variable (cvar).

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:260

Scope: file

Source code excerpt:

bool FOnlineSubsystemNull::bOnlineRequiresSecondLogin = false;
FAutoConsoleVariableRef CVarOnlineRequiresSecondLogin(
	TEXT("OSSNull.OnlineRequiresSecondLogin"),
	FOnlineSubsystemNull::bOnlineRequiresSecondLogin,
	TEXT("True if the first login only counts as local login, a second is required for online access"),
	ECVF_Default | ECVF_Cheat);

bool FOnlineSubsystemNull::Init()
{