Navigation
API > API/Runtime > API/Runtime/BackgroundHTTPFileHash
References
| Module | BackgroundHTTPFileHash |
| Header | /Engine/Source/Runtime/Online/BackgroundHTTPFileHash/Public/BackgroundHttpFileHashHelper.h |
| Include | #include "BackgroundHttpFileHashHelper.h" |
Syntax
struct FURLTempFileMapping
Remarks
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.
Variables
Constructors
| Type | Name | Description | |
|---|---|---|---|
FURLTempFileMapping
(
const FString& URLIn, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | InitFromString
(
const FString& StringIn |
Sets the values of this FURLTempFileMapping from the string representation Returns if the parse was successful or not | |
| FString | ToString () |
Creates an FString representation of this FURLTempFileMapping. |