Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP > API/Runtime/BackgroundHTTP/IBackgroundHttpManager
Description
Re-queues an active request by canceling the current platform download and creating a fresh one. Unlike CancelRequest+ProcessRequest, this is safe on all platforms as it avoids deferred removal races. The URL list is rotated so the retry hits a different CDN.
| Name | RequeueRequest |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/Interfaces/IBackgroundHttpManager.h |
| Include Path | #include "Interfaces/IBackgroundHttpManager.h" |
virtual void RequeueRequest
(
const FBackgroundHttpRequestPtr Request
)
Parameters
| Name | Remarks |
|---|---|
| Request | the request object to re-queue |