Cogito, ergo sum
UE1:WebRequest (UT)
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
ContentLength
Type: int
ContentType
Type: string
Password
Type: string
RequestType
Type: ERequestType
URI
Type: string
Username
Type: string
VariableMap
Type: int
Array size: 5
Modifiers: private, native, const
TMultiMap<FString, FString>!
Enums
ERequestType
- Request_GET
- Request_POST
Functions
Native functions
AddVariable
DecodeBase64
GetVariable
GetVariableCount
GetVariableNumber
native final function string GetVariableNumber (string VariableName, int Number, optional string DefaultValue)
Other instance functions
DecodeFormData
function DecodeFormData (string Data)
GetHexDigit
ProcessHeaderString
function ProcessHeaderString (string S)