I love the smell of UnrealEd crashing in the morning. – tarquin
UE3:WebRequest (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> WebRequest |
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
null
[edit] Properties
[edit] ContentLength
Type: int
[edit] ContentType
Type: string
[edit] HeaderMap
Type: Object.Map_Mirror{TMultiMap<FString, FString>}
Modifiers: private, native, const
C++ placeholder.
[edit] Password
Type: string
[edit] RemoteAddr
Type: string
[edit] RequestType
Type: ERequestType
[edit] URI
Type: string
[edit] Username
Type: string
[edit] VariableMap
Type: Object.Map_Mirror{TMultiMap<FString, FString>}
Modifiers: private, native, const
C++ placeholder.
[edit] Enums
[edit] ERequestType
- Request_GET
- Request_POST
[edit] Functions
[edit] Native functions
[edit] AddHeader
[edit] AddVariable
[edit] DecodeBase64
[edit] Dump
native final function Dump ()
[edit] EncodeBase64
[edit] GetHeader
[edit] GetHeaders
[edit] GetVariable
[edit] GetVariableCount
[edit] GetVariableNumber
native final function string GetVariableNumber (string VariableName, int Number, optional string DefaultValue)
[edit] GetVariables
[edit] Other instance functions
[edit] DecodeFormData
function DecodeFormData (string Data)
[edit] GetHexDigit
[edit] ProcessHeaderString
function ProcessHeaderString (string S)
