FHttpManager::AddRequest

Adds an Http request instance to the manager for tracking/ticking Manager should always have a list of requests currently being processed

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 AddRequest
(
    const TSharedRef< IHttpRequest > & Request
)

Remarks

Adds an Http request instance to the manager for tracking/ticking Manager should always have a list of requests currently being processed

Parameters

Parameter

Description

Request

the request object to add

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