Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP > API/Runtime/BackgroundHTTP/FBackgroundHttpModule
Description
Sets whether or not the background downloader's temporary files are to be wiped clean at startup. Can only be set before the first call to GetBackgroundHttpManager().
| Name | ClearPreExistingRequestsAtStartup |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/BackgroundHttpModule.h |
| Include Path | #include "BackgroundHttpModule.h" |
| Source | /Engine/Source/Runtime/Online/BackgroundHTTP/Private/BackgroundHttpModule.cpp |
static void ClearPreExistingRequestsAtStartup
(
bool bEnable
)