Party.PlatformSession.RetryDelay
Party.PlatformSession.RetryDelay
#Overview
name: Party.PlatformSession.RetryDelay
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Time in seconds to wait between reattempts to create or join a party platform session.
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:93
Scope: file
Source code excerpt:
static float EstablishSessionRetryDelay = 30.f;
static FAutoConsoleVariableRef CVar_EstablishSessionRetryDelay(
TEXT("Party.PlatformSession.RetryDelay"),
EstablishSessionRetryDelay,
TEXT("Time in seconds to wait between reattempts to create or join a party platform session."),
ECVF_Default
);
#if PARTY_PLATFORM_SESSIONS_XBL