LEAP Documentation 40220
Documentation for the LEAP project
FServerInfo Struct Reference

#include <ProjectXGameInstance.h>

Public Member Functions

bool operator> (const FServerInfo &Other) const
 

Static Public Member Functions

static bool CompareServer (const ESortParameter Parameter, bool bSortDescending, const FServerInfo &ServerInfoA, const FServerInfo &ServerInfoB)
 

Public Attributes

FString ServerName = ""
 
bool bOfficial = false
 
FString MapName = ""
 
int32 PlayersCurrent = -1
 
EGameType GameType = EGameType::NONE
 
int32 DifficultyLevel = 254
 
int32 PlayerMaximum = -1
 
FString Region = ""
 
int32 Ping = -1
 
int32 VersionNumber = -1
 
int32 BranchNumber = -1
 
bool bAntiCheatEnabled = true
 
bool bHasPassword = false
 
TArray< FString > Mods
 
bool bHasWhiteList = false
 
FOnlineSessionSearchResult Session
 

Member Function Documentation

◆ CompareServer()

static bool FServerInfo::CompareServer ( const ESortParameter  Parameter,
bool  bSortDescending,
const FServerInfo ServerInfoA,
const FServerInfo ServerInfoB 
)
inlinestatic

◆ operator>()

bool FServerInfo::operator> ( const FServerInfo Other) const
inline

Member Data Documentation

◆ bAntiCheatEnabled

bool FServerInfo::bAntiCheatEnabled = true

◆ bHasPassword

bool FServerInfo::bHasPassword = false

◆ bHasWhiteList

bool FServerInfo::bHasWhiteList = false

◆ bOfficial

bool FServerInfo::bOfficial = false

◆ BranchNumber

int32 FServerInfo::BranchNumber = -1

◆ DifficultyLevel

int32 FServerInfo::DifficultyLevel = 254

◆ GameType

EGameType FServerInfo::GameType = EGameType::NONE

◆ MapName

FString FServerInfo::MapName = ""

◆ Mods

TArray<FString> FServerInfo::Mods

◆ Ping

int32 FServerInfo::Ping = -1

◆ PlayerMaximum

int32 FServerInfo::PlayerMaximum = -1

◆ PlayersCurrent

int32 FServerInfo::PlayersCurrent = -1

◆ Region

FString FServerInfo::Region = ""

◆ ServerName

FString FServerInfo::ServerName = ""

◆ Session

FOnlineSessionSearchResult FServerInfo::Session

◆ VersionNumber

int32 FServerInfo::VersionNumber = -1

The documentation for this struct was generated from the following file: