Advanced Menu System
1.0
|
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... | |
Server info structure. Contains general information about the server.
FString FServerInfo::IPAdress |
IP Adress
int FServerInfo::MaxUsersNumber |
Max users amount on the server.
FString FServerInfo::OtherData |
Other data string
int FServerInfo::Ping |
Current ping value.
FText FServerInfo::ServerName |
Server name
int FServerInfo::UsersNumber |
Users amount on the server.