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