Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP > API/Runtime/BackgroundHTTP/Interfaces > API/Runtime/BackgroundHTTP/Interfaces/IBackgroundHttpManager
- IBackgroundHttpManager::CleanUpDataAfterCompletingRequest()
- FBackgroundHttpManagerImpl::CleanUpDataAfterCompletingRequest()
References
| Module | BackgroundHTTP |
| Header | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/Interfaces/IBackgroundHttpManager.h |
| Include | #include "Interfaces/IBackgroundHttpManager.h" |
void CleanUpDataAfterCompletingRequest
(
const FBackgroundHttpRequestPtr Request
)
Remarks
Function that cleans up any persistent data after we have completed a reqeust. Should really never be calling this outside of a BackgroundHTTP class