Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
Legacy:WebResponse
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> WebResponse
An object representing a response to a WebRequest.
Properties[edit]
- private native const int ReplacementMap[5]
- const config string IncludePath
- WebConnection Connection
- bool bSentText
- bool bSentResponse
Methods[edit]
Native functions[edit]
- native final function Subst (string Variable, string Value, optional bool bClear)
- native final function ClearSubst ( )
- native final function IncludeUHTM (string Filename)
- native final function IncludeBinaryFile (string Filename)
Events[edit]
- event SendText (string Text, optional bool bNoCRLF)
- event SendBinary (int Count, byte B[255])
Other functions[edit]
- function FailAuthentication (string Realm)
- Send HTTP 401 (Unauthorized).
- function HTTPResponse (string Header)
- function HTTPHeader (string Header)
- Send HTTP header.
- function HTTPError (int ErrorNum, optional string Data)
- Send HTTP 400 (Bad Request), 401 (Unauthorized) or 404 (Not found).
- function SendStandardHeaders (optional string ContentType)
- Respond with HTTP 200 (OK) and send the engine's version and the content-type.
- function Redirect (string URL)
- Respond with HTTP 302 (Document moved) and redirect to another URL.