Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP > API/Runtime/BackgroundHTTP/FBackgroundHttpManagerImpl
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void DeleteAllTemporaryFiles () |
Function to remove all temporary files used by the system to store completed downloads. | BackgroundHttpManagerImpl.h | |
virtual int DeleteAllTemporaryFiles
(
bool Recursively, |
Returns number of deleted files. | BackgroundHttpManagerImpl.h |
DeleteAllTemporaryFiles()
Description
Function to remove all temporary files used by the system to store completed downloads. This should be called when there are no active background downloads that we care about to regain disk space from background downloads that may no longer be relevant (IE: downloads that were never moved after completion) but are still on disk.
| Name | DeleteAllTemporaryFiles |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/BackgroundHttpManagerImpl.h |
| Include Path | #include "BackgroundHttpManagerImpl.h" |
| Source | /Engine/Source/Runtime/Online/BackgroundHTTP/Private/BackgroundHttpManagerImpl.cpp |
virtual void DeleteAllTemporaryFiles()
DeleteAllTemporaryFiles(bool, const TCHAR *)
Description
Returns number of deleted files.
| Name | DeleteAllTemporaryFiles |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/BackgroundHttpManagerImpl.h |
| Include Path | #include "BackgroundHttpManagerImpl.h" |
| Source | /Engine/Source/Runtime/Online/BackgroundHTTP/Private/BackgroundHttpManagerImpl.cpp |
virtual int DeleteAllTemporaryFiles
(
bool Recursively,
const TCHAR * FileExtension
)