GetDataFromURL

Inputs

TypeNameDescription

FString

Url

Where to get the data from.

Outputs

TypeDescription

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".

Last updated