IHttpRequest::ProcessRequest

Called to begin processing the request.

Windows
MacOS
Linux

Override Hierarchy

IHttpRequest::ProcessRequest()

FRequest::ProcessRequest()

References

Module

HTTP

Header

/Engine/Source/Runtime/Online/HTTP/Public/Interfaces/IHttpRequest.h

Include

#include "Interfaces/IHttpRequest.h"

Syntax

bool ProcessRequest()

Remarks

Called to begin processing the request. OnProcessRequestComplete delegate is always called when the request completes or on error if it is bound. A request can be re-used but not while still being processed.

Returns

if the request was successfully started.

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