Navigation
API > API/Plugins > API/Plugins/Fab
| Name | FFabDownloadStats |
| Type | struct |
| Header File | /Engine/Plugins/Fab/Source/Fab/Public/FabDownloader.h |
| Include Path | #include "FabDownloader.h" |
Syntax
struct FFabDownloadStats
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsSuccess | bool | FabDownloader.h | ||
| CompletedBytes | uint64 | FabDownloader.h | ||
| DownloadCompletedAt | uint64 | FabDownloader.h | ||
| DownloadedFiles | TArray< FString > | FabDownloader.h | ||
| DownloadSpeed | float | FabDownloader.h | ||
| DownloadStartedAt | uint64 | FabDownloader.h | ||
| PercentComplete | float | FabDownloader.h | ||
| TotalBytes | uint64 | FabDownloader.h |