Party.PlatformSession.Create.ForceFail
Party.PlatformSession.Create.ForceFail
#Overview
name: Party.PlatformSession.Create.ForceFail
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Always fail to create platform sessions.\n0: Do not force fail platform session creates (default).\n1: Fail the create without attempting it.\n
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/OnlineFramework/Source/Party/Private/Party/PartyPlatformSessionMonitor.cpp:47
Scope: file
Source code excerpt:
static int32 ForcePlatformSessionCreationFailure = 0;
static FAutoConsoleVariableRef CVar_ForcePlatformSessionCreationFailure(
TEXT("Party.PlatformSession.Create.ForceFail"),
ForcePlatformSessionCreationFailure,
TEXT("Always fail to create platform sessions.\n")
TEXT("0: Do not force fail platform session creates (default).\n")
TEXT("1: Fail the create without attempting it.\n"),
ECVF_Cheat
);