HTTP GET

Callable
HttpGet

Async Blueprint node that performs an HTTP GET request and fires OnSuccess or OnFailure when complete.

Type: Callable (has execution pins)
Category: Fortuna|HTTP
Keywords: http

Inputs

NameTypeDefaultDescription
URLStringURL parameter
HeadersString MapHeaders parameter
TimeoutSecondsFloat10.0TimeoutSeconds parameter

Outputs

NameTypeDescription
OnSuccessExecOnSuccess output
OnFailureExecOnFailure output
ResponseCodeIntegerResponseCode output
BodyStringBody output
ResponseHeadersString MapResponseHeaders output
ErrorMessageStringErrorMessage output

Example Use Cases

Example 1

Fetch JSON data from a leaderboard API and parse the response body.

Example 2

Check for game updates by polling a version endpoint.