Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE1:UBrowserUpdateServerLink (UT)

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

null

Constants[edit]

GetMOTD[edit]

Value: 3


GetFallback[edit]

Value: 2


GetMaster[edit]

Value: 1


GetIRC[edit]

Value: 0


Properties[edit]

CurrentURI[edit]

Type: int


MaxURI[edit]

Type: int


UpdateServerAddress[edit]

Type: string

Modifiers: config


Default value: "unreal.epicgames.com"

UpdateServerPort[edit]

Type: int

Modifiers: config


Default value: 80

UpdateServerTimeout[edit]

Type: int

Modifiers: config


Default value: 5

UpdateWindow[edit]

Type: UBrowserUpdateServerWindow


URIs[edit]

Type: string

Array size: 10


Instance functions[edit]

BrowseCurrentURI[edit]

function BrowseCurrentURI ()


Failure[edit]

function Failure ()


HTTPError[edit]

function HTTPError (int ErrorCode)

Overrides: UBrowserHTTPClient.HTTPError


HTTPReceivedData[edit]

function HTTPReceivedData (string Data)

Overrides: UBrowserHTTPClient.HTTPReceivedData


ProcessData[edit]

function ProcessData (string Data)


QueryUpdateServer[edit]

function QueryUpdateServer ()


SetupURIs[edit]

function SetupURIs ()


Success[edit]

function Success ()