GetDataFromURL
Last updated
Last updated
Type | Description | |
---|---|---|
Type | Params | Name | Description |
---|---|---|---|
Type | Returns | Name | Description |
---|---|---|---|
TArray<uint8>
Data
The response as an array of bytes.
FString
String
The data interprated as a string.
EErrorCode
Status Code
The status code.
bool
Success
If it returned a http "ok".
DECLARE_DYNAMIC_MULTICAST_DELEGATE_FourParams
const TArray&
Data, FString
String, EErrorCode
StatusCode, bool
Success
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.
Function
void
Activate()
Activates the asynchronous event
FString
Url
Where to get the data from.