Gah - a solution with more questions. – EntropicLqd

UE1:WebServer (UT)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT Object >> Actor >> Info >> InternetInfo >> InternetLink >> TcpLink >> WebServer

Contents

Package: 
UWeb
This class in other games:
U2, U2XMP, UDK, UE2Runtime, UT2003, UT2004, UT3

null

[edit] Properties

[edit] ApplicationObjects

Type: WebApplication

Array size: 10


[edit] ApplicationPaths

Type: string

Array size: 10

Modifiers: config


Default value, index 0: "/ServerAdmin"

Default value, index 1: "/images"

Default value, index 2: "/ERServerAdmin"

[edit] Applications

Type: string

Array size: 10

Modifiers: config


Default value, index 0: "UTServerAdmin.UTServerAdmin"

Default value, index 1: "UTServerAdmin.UTImageServer"

Default value, index 2: "EnhancedRelics.ER_ServerAdmin"

[edit] bEnabled

Type: bool

Modifiers: config


[edit] ConnectionCount

Type: int


[edit] DefaultApplication

Type: int

Modifiers: config


Default value: 2

[edit] ListenPort

Type: int

Modifiers: config


Default value: 80

[edit] MaxConnections

Type: int

Modifiers: config


Default value: 30

[edit] ServerName

Type: string

Modifiers: config


[edit] ServerURL

Type: string


[edit] Default values

Property Value
AcceptClass Class'UWeb.WebConnection'

[edit] Functions

[edit] Events

[edit] BeginPlay

event BeginPlay ()

Overrides: Actor.BeginPlay


[edit] Destroyed

event Destroyed ()

Overrides: Actor.Destroyed


[edit] GainedChild

event GainedChild (Actor C)

Overrides: Actor.GainedChild


[edit] LostChild

event LostChild (Actor C)

Overrides: Actor.LostChild


[edit] Other instance functions

[edit] GetApplication

function WebApplication GetApplication (string URI, out string SubURI)


Personal tools