Last updated 1 year ago
FString
Url
Where to get the data from.
TArray<uint8>
Data
The response as an array of bytes.
String
The data interprated as a string.
EErrorCode
Status Code
The status code.
bool
Success
If it returned a http "ok".
#include "GetDataFromURL.h"
DECLARE_DYNAMIC_MULTICAST_DELEGATE_FourParams
const TArray& Data, FString String, EErrorCode StatusCode, bool Success
const TArray&
OnGetDataFromUrlCompleted
Multicast delegate to bind to. Called when the asynchronous event has completed.
Static Function
UGetDataFromUrl*
GetDataFromUrl(const UObject* WorldContextObject, const FString& Url)
Constructor url (FString): Where to get the data from.
url
Function
void
Activate()
Activates the asynchronous event