Gah - a solution with more questions. – EntropicLqd

UE1:UBrowserServerListFactory (U1)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U1 Object >> UWindowList >> UBrowserServerListFactory
Package: 
UBrowser
Direct subclasses:
UBrowserFavoritesFact, UBrowserGSpyFact, UBrowserHTTPFact, UBrowserLocalFact, UBrowserSubsetFact
This class in other games:
RTNP, UT

UBrowserServerListFactory An abstract class to add servers to an existing server list. eg GameSpy, HTTP master servers, favorites list, etc

Properties

bIncrementalPing

Type: bool

Servers are pinged as they come in

Owner

Type: UBrowserServerList


Instance functions

FoundServer

function UBrowserServerList FoundServer (string IP, int QueryPort, string Category, string GameName, optional string HostName)


GetPlayerOwner

function PlayerPawn GetPlayerOwner ()


Query

function Query (optional bool bBySuperset, optional bool bInitial)


QueryFinished

function QueryFinished (bool bSuccess, optional string ErrorMsg)


Shutdown

function Shutdown (optional bool bBySuperset)