Advanced Menu System  1.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
FServerInfo Struct Reference

Server info structure. Contains general information about the server. More...

#include <Variables.h>

Public Attributes

FText ServerName
 Server name More...
 
int UsersNumber
 Users amount on the server. More...
 
int MaxUsersNumber
 Max users amount on the server. More...
 
int Ping
 Current ping value. More...
 
FString IPAdress
 IP Adress More...
 
FString OtherData
 Other data string More...
 

Detailed Description

Server info structure. Contains general information about the server.

Member Data Documentation

◆ IPAdress

FString FServerInfo::IPAdress

IP Adress

◆ MaxUsersNumber

int FServerInfo::MaxUsersNumber

Max users amount on the server.

◆ OtherData

FString FServerInfo::OtherData

Other data string

◆ Ping

int FServerInfo::Ping

Current ping value.

◆ ServerName

FText FServerInfo::ServerName

Server name

◆ UsersNumber

int FServerInfo::UsersNumber

Users amount on the server.