Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP > API/Runtime/BackgroundHTTP/Interfaces > API/Runtime/BackgroundHTTP/Interfaces/IBackgroundHttpRequest
- IBackgroundHttpRequest::ProcessRequest()
- FBackgroundHttpRequestImpl::ProcessRequest()
References
| Module | BackgroundHTTP |
| Header | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/Interfaces/IBackgroundHttpRequest.h |
| Include | #include "Interfaces/IBackgroundHttpRequest.h" |
bool ProcessRequest()
Remarks
Called to begin processing the request. OnProcessRequestComplete delegate is always called when the request completes or on error if it is bound. A request can be re-used but not while still being processed. if the request was successfully started.