UE1:UBrowserUpdateServerLink (UT)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Info >> InternetInfo >> InternetLink >> TcpLink >> UBrowserBufferedTcpLink >> UBrowserHTTPClient >> UBrowserUpdateServerLink |
- Package:
- UBrowser
- Direct subclass:
- UTBrowserUpdateServerLink
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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 ()