Navigation
API > API/Runtime > API/Runtime/BackgroundHTTPFileHash > API/Runtime/BackgroundHTTPFileHash/FBackgroundHttpFileHashHelper
Description
Finds the hash that should be used to refer to this URL. Either finds the hash used in the map to reference the URLFileMappings entry for this URL or returns the hash we should use (the next valid hash entry) without inserting it into the map.
| Name | FindValidFilenameHashForURLNoLock |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BackgroundHTTPFileHash/Public/BackgroundHttpFileHashHelper.h |
| Include Path | #include "BackgroundHttpFileHashHelper.h" |
| Source | /Engine/Source/Runtime/Online/BackgroundHTTPFileHash/Private/BackgroundHttpFileHashHelper.cpp |
FString FindValidFilenameHashForURLNoLock
(
const FString & URL
) const