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