The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE3:WebApplication (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UDK Object >> WebApplication

Contents

Package: 
IpDrv
Direct subclasses:
HelloWeb, ImageServer
This class in other games:
U2, U2XMP, UE2Runtime, UT, UT2003, UT2004, UT3

null

[edit] Properties

[edit] Path

Type: string


[edit] WebServer

Type: WebServer


[edit] WorldInfo

Type: WorldInfo


[edit] Instance functions

[edit] Cleanup

final function Cleanup ()


[edit] CleanupApp

function CleanupApp ()


[edit] Init

function Init ()


[edit] PostQuery

function PostQuery (WebRequest Request, WebResponse Response)


[edit] PreQuery

function bool PreQuery (WebRequest Request, WebResponse Response)


[edit] Query

function Query (WebRequest Request, WebResponse Response)