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