FHttpManager::CancelThreadedRequest

Mark a threaded http request as cancelled to be removed from the http thread

Windows
MacOS
Linux

References

Module

HTTP

Header

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

Include

#include "HttpManager.h"

Source

/Engine/Source/Runtime/Online/HTTP/Private/HttpManager.cpp

Syntax

void CancelThreadedRequest
(
    const TSharedRef< IHttpThreadedRequest > & Request
)

Remarks

Mark a threaded http request as cancelled to be removed from the http thread

Parameters

Parameter

Description

Request

the request object to cancel

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