Party.PlatformSession.Find.ForceFail

Party.PlatformSession.Find.ForceFail

#Overview

name: Party.PlatformSession.Find.ForceFail

This variable is created as a Console Variable (cvar).

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:29

Scope: file

Source code excerpt:

static int32 ForcePlatformSessionFindFailure = 0;
static FAutoConsoleVariableRef CVar_ForcePlatformSessionFindFailure(
	TEXT("Party.PlatformSession.Find.ForceFail"),
	ForcePlatformSessionFindFailure,
	TEXT("Always fail to find platform sessions.\n")
	TEXT("0: Do not force fail platform session finds (default).\n")
	TEXT("1: Fail the find without attempting it.\n"),
	ECVF_Cheat
);