I love the smell of UnrealEd crashing in the morning. – tarquin
UE2:WebRequest (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> WebRequest |
Contents
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
Properties[edit]
ContentLength[edit]
Type: int
ContentType[edit]
Type: string
Password[edit]
Type: string
RequestType[edit]
Type: ERequestType
URI[edit]
Type: string
Username[edit]
Type: string
VariableMap[edit]
Type: Object.TMultiMap
Modifiers: private, native, const
C++ placeholder.
Enums[edit]
ERequestType[edit]
- Request_GET
- Request_POST
Functions[edit]
Native functions[edit]
AddVariable[edit]
DecodeBase64[edit]
Dump[edit]
native final function Dump ()
GetVariable[edit]
GetVariableCount[edit]
GetVariableNumber[edit]
native final function string GetVariableNumber (string VariableName, int Number, optional string DefaultValue)
Other instance functions[edit]
DecodeFormData[edit]
function DecodeFormData (string Data)
GetHexDigit[edit]
ProcessHeaderString[edit]
function ProcessHeaderString (string S)