FHttpRequestAdapterBase::SetURL

Sets the URL for the request Eg.

Windows
MacOS
Linux

Override Hierarchy

IHttpRequest::SetURL()

FHttpRequestAdapterBase::SetURL()

References

Module

HTTP

Header

/Engine/Source/Runtime/Online/HTTP/Public/HttpRequestAdapter.h

Include

#include "HttpRequestAdapter.h"

Syntax

virtual void SetURL
(
    const FString & URL
)

Remarks

Sets the URL for the request Eg. (http://my.domain.com/something.ext?key=value&key2=value). Must be set before calling ProcessRequest.

Parameters

Parameter

Description

URL

URL to use.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss