Navigation
API > API/Plugins > API/Plugins/ChunkDownloader > API/Plugins/ChunkDownloader/FChunkDownloader
References
| Module | ChunkDownloader |
| Header | /Engine/Plugins/Runtime/ChunkDownloader/Source/Public/ChunkDownloader.h |
| Include | #include "ChunkDownloader.h" |
Syntax
struct FStats
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint64 | BytesDownloaded | Number of bytes downloaded | |
| int | ChunksMounted | Number of chunks mounted (chunk is an ordered array of paks) | |
| int | FilesDownloaded | Number of pak files downloaded | |
| FText | LastError | ||
| FDateTime | LoadingStartTime | UTC time that loading began (for rate estimates) | |
| uint64 | TotalBytesToDownload | ||
| int | TotalChunksToMount | ||
| int | TotalFilesToDownload |