Navigation
API > API/Runtime > API/Runtime/BuildPatchServices
A struct representing a download.
| Name | FDownload |
| Type | struct |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildStatistics.h |
| Include Path | #include "Interfaces/IBuildStatistics.h" |
Syntax
struct FDownload
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Data | FString | The uri for the download. | Interfaces/IBuildStatistics.h | |
| Received | int64 | The amount of data received so far. | Interfaces/IBuildStatistics.h | |
| Size | int64 | The size of the download. | Interfaces/IBuildStatistics.h |