UE2:Info (U2)

From Unreal Wiki, The Unreal Engine Documentation Site
U2 Object >> Actor >> Info
Package:
Engine
Direct subclasses:
LocalMessage, AccessControl, BroadcastHandler, CameraTextureClient, DamageFilter, TestInfo, FileLog, FluidSurfaceInfo, GameInfo, GameRules, GameStats, InternetInfo, MapList, MasterServerLink, MessageTextureClient, Mutator, PotentialClimbWatcher, ReplicationInfo, SavedMove, SceneManager, Security, TerrainInfo, VoicePack, VolumeTimer, ZoneInfo
Known custom subclass:
Round_Robin
This class in other games:

Info, the root of all information holding classes.

Default values

Property Value
bHidden True
bOnlyDirtyReplication True
bSkipActorPropertyReplication True
NetUpdateFrequency 10.0
RemoteRole ROLE_None

Structs

KeyValuePair

Modifiers: native, export

string Key
string Value

PlayerResponseLine

Modifiers: native, export

int PlayerNum
int PlayerID
string PlayerName
int Ping
int Score
int StatsID
array<KeyValuePair> PlayerInfo

ServerResponseLine

Modifiers: native, export

int ServerID
string IP
int Port
int QueryPort
string ServerName
string MapName
string GameType
int CurrentPlayers
int MaxPlayers
int Ping
array<KeyValuePair> ServerInfo
array<PlayerResponseLine> PlayerInfo