Gah - a solution with more questions. – EntropicLqd

Legacy:MasterServerLink

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2003 UT2004 Land of the Dead :: Object >> Actor >> Info >> MasterServerLink

Properties[edit]

int CurrentMasterServer 
The Master Server that the game is currently querying
int LANPort 
int LANServerPort 
int LinkPtr 
string MasterServerAddress[5] 
List of Master Server addresses to query
int MasterServerPort[5] 
List of Master Server ports to query

Functions[edit]

bool Poll(int WaitTime )
Unclear what this function does, any help?
Tick(float Delta )
Calls Poll(0)

Events[edit]

GetMasterServer(out string OutAddress, out int OutPort )
returns the Master Server Address and Port to use in OutAddress and OutPort