OSSNull.ForceStableNullId
OSSNull.ForceStableNullId
#Overview
name: OSSNull.ForceStableNullId
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
True if it should use a system-stable null Id for login, same as -StableNullID on command line
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:246
Scope: file
Source code excerpt:
bool FOnlineSubsystemNull::bForceStableNullId = false;
FAutoConsoleVariableRef CVarForceStableNullId(
TEXT("OSSNull.ForceStableNullId"),
FOnlineSubsystemNull::bForceStableNullId,
TEXT("True if it should use a system-stable null Id for login, same as -StableNullID on command line"),
ECVF_Default | ECVF_Cheat);
bool FOnlineSubsystemNull::bForceOfflineMode = false;
FAutoConsoleVariableRef CVarForceOfflineMode(