| Home Page | Recent Changes | Preferences

WebServer

A server for web-based remote administration.

Properties

config string Applications[10]
WebApplication classes.
Defaults in UT are: Applications[0]="UTServerAdmin.UTServerAdmin" and Applications[1]="UTServerAdmin.UTImageServer"
config string ApplicationPaths[10]
The paths used when accessing the web pages provided by the WebApplications. This value is ignored for the default application.
config int ListenPort
config int MaxConnections
Maximum number of connections allowed simultanously. Default is 30.
config string ServerName
config bool bEnabled
Whether web-based remote administration is enabled.
config int DefaultApplication
The default WebApplication.
string ServerURL
WebApplication ApplicationObjects[10]
int ConnectionCount
Current number of connections.

Methods

function BeginPlay ( )
Sets up the applications by setting their Level, WebServer and Path properties and calling their Init() function.
event Destroyed ( )
Shuts down the WebApplications by calling their CleanUp function.
event GainedChild (Actor C)
event LostChild (Actor C)
These are used to count the current number of connections.
function WebApplication GetApplication(string URI, out string SubURI)

The Unreal Engine Documentation Site

Wiki Community

Topic Categories

Image Uploads

Random Page

Recent Changes

Offline Wiki

Unreal Engine

Console Commands

Terminology

Mapping Topics

Mapping Lessons

UnrealEd Interface

Questions&Answers

Scripting Topics

Scripting Lessons

Making Mods

Class Tree

Questions&Answers

Modeling Topics

Questions&Answers

Log In