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