This is the a generic web response object that holds the entirety of the web response made from PlatformInterfaceBase subclasses
Member | Type | Offset | Share |
---|---|---|---|
OriginalURL
This holds the original requested URL |
FString | 0x28 | |
ResponseCode
Result code from the response (200=OK, 404=Not Found, etc) |
int32_t | 0x38 | |
Tag
A user-specified tag specified with the request |
int32_t | 0x3c | |
StringResponse
For string results, this is the response |
FString | 0x40 | |
BinaryResponse
For non-string results, this is the response |
TArray<char> | 0x50 |