Party.PlatformSession.Create.Delay
Party.PlatformSession.Create.Delay
#Overview
name: Party.PlatformSession.Create.Delay
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Simulated delay (in seconds) between beginning an attempt to create a platform session and actually making the call the OSS.
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:57
Scope: file
Source code excerpt:
static float PlatformSessionCreationDelay = 0.f;
static FAutoConsoleVariableRef CVar_PlatformSessionCreationDelay(
TEXT("Party.PlatformSession.Create.Delay"),
PlatformSessionCreationDelay,
TEXT("Simulated delay (in seconds) between beginning an attempt to create a platform session and actually making the call the OSS."),
ECVF_Cheat
);
static int32 ForcePlatformSessionJoinFailure = 0;