Navigation
| Name | BackgroundHTTPFileHash |
| Type | Runtime |
| Location | /Engine/Source/Runtime/Online/BackgroundHTTPFileHash/ |
| Module Build Rules | BackgroundHTTPFileHash.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FBackgroundHttpFileHashHelper | Helper that handles generating unique hashed file paths to use store to store BackgroundHTTP work once completed. |
Structs
| Name | Remarks |
|---|---|
| FURLTempFileMapping | Simple data wrapper used to hold a mapping of a URL to the temp file holding the finished download of that URL in the BackgroundHTTP Temp folder. |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| BackgroundHttpFileHashHelperPtr | TSharedPtr< FBackgroundHttpFileHashHelper, ESPMode::ThreadSafe > | BackgroundHttpFileHashHelper.h | |
| BackgroundHttpFileHashHelperRef | TSharedRef< FBackgroundHttpFileHashHelper, ESPMode::ThreadSafe > | BackgroundHttpFileHashHelper.h |