Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP > API/Runtime/BackgroundHTTP/IBackgroundHttpRequest
Description
Called by certain platform's implementation when we have to wait for the BackgroundHttpManager / PlatformBackgroundHttp to do some work before we can finish our ProcessRequest call. Should only be called by different platform layers.
NOTE: Should really only be called by the BackgroundHttpManager! You are probably looking for ProcessRequest.
Derived Overrides
- FBackgroundHttpRequestImpl::HandleDelayedProcess
- FGenericPlatformBackgroundHttpRequest::HandleDelayedProcess
| Name | HandleDelayedProcess |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/Interfaces/IBackgroundHttpRequest.h |
| Include Path | #include "Interfaces/IBackgroundHttpRequest.h" |
bool HandleDelayedProcess()
if the request was successfully handled.