Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP > API/Runtime/BackgroundHTTP/FBackgroundHttpManagerImpl
Description
Gather a list of any temp files that have timed out of our BackgroundHTTP settings. SecondsToConsiderOld should be a double representing how many seconds old a temp file needs to be to be returned by this function If OptionalFileListToCheck is empty will check all temp files in the backgroundhttp temp file folder. If supplied only the given file paths are checked
| Name | GatherTempFilesOlderThen |
| 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 GatherTempFilesOlderThen
(
TArray < FString > & OutTimedOutTempFilenames,
double SecondsToConsiderOld,
TArray < FString > * OptionalFileList
) const