UE1:UBrowserUpdateServerLink (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
UT Object >> Actor >> Info >> InternetInfo >> InternetLink >> TcpLink >> UBrowserBufferedTcpLink >> UBrowserHTTPClient >> UBrowserUpdateServerLink
Package:
UBrowser
Direct subclass:
UTBrowserUpdateServerLink

null

Constants

GetMOTD

Value: 3


GetFallback

Value: 2


GetMaster

Value: 1


GetIRC

Value: 0


Properties

CurrentURI

Type: int


MaxURI

Type: int


UpdateServerAddress

Type: string

Modifiers: config


Default value: "unreal.epicgames.com"

UpdateServerPort

Type: int

Modifiers: config


Default value: 80

UpdateServerTimeout

Type: int

Modifiers: config


Default value: 5

UpdateWindow

Type: UBrowserUpdateServerWindow


URIs

Type: string

Array size: 10


Instance functions

BrowseCurrentURI

function BrowseCurrentURI ()


Failure

function Failure ()


HTTPError

function HTTPError (int ErrorCode)

Overrides: UBrowserHTTPClient.HTTPError


HTTPReceivedData

function HTTPReceivedData (string Data)

Overrides: UBrowserHTTPClient.HTTPReceivedData


ProcessData

function ProcessData (string Data)


QueryUpdateServer

function QueryUpdateServer ()


SetupURIs

function SetupURIs ()


Success

function Success ()