Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP > API/Runtime/BackgroundHTTP/Interfaces > API/Runtime/BackgroundHTTP/Interfaces/IBackgroundHttpRequest
- IBackgroundHttpRequest::HandleDelayedProcess()
- FBackgroundHttpRequestImpl::HandleDelayedProcess()
- FGenericPlatformBackgroundHttpRequest::HandleDelayedProcess()
- FGenericPlatformBackgroundHttpRequest::HandleDelayedProcess()
References
| Module | BackgroundHTTP |
| Header | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/Interfaces/IBackgroundHttpRequest.h |
| Include | #include "Interfaces/IBackgroundHttpRequest.h" |
bool HandleDelayedProcess()
Remarks
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. if the request was successfully handled.