Navigation
API > API/Plugins > API/Plugins/Fab
| Name | FFabDownloadRequest |
| Type | class |
| Header File | /Engine/Plugins/Fab/Source/Fab/Public/FabDownloader.h |
| Include Path | #include "FabDownloader.h" |
Syntax
class FFabDownloadRequest
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFabDownloadRequest
(
const FString& AssetID, |
FabDownloader.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FFabDownloadRequest() |
FabDownloader.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnDownloadComplete | TMulticastDelegate_TwoParams< void, const FFabDownloadRequest *, const FFabDownloadStats & > | FabDownloader.h | |
| FOnDownloadProgress | TMulticastDelegate_TwoParams< void, const FFabDownloadRequest *, const FFabDownloadStats & > | FabDownloader.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| BpsTickerHandle | FTSTicker::FDelegateHandle | FabDownloader.h | |
| BuildPatchServices | TUniquePtr< BpiLib::IBpiLib > | FabDownloader.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AssetID | FString | FabDownloader.h | ||
| bPendingCancel | bool | FabDownloader.h | ||
| BpsInstaller | IBuildInstallerPtr | FabDownloader.h | ||
| BpsProgressTickerHandle | FTSTicker::FDelegateHandle | FabDownloader.h | ||
| DownloadLocation | FString | FabDownloader.h | ||
| DownloadRequest | FHttpRequestPtr | FabDownloader.h | ||
| DownloadStats | FFabDownloadStats | FabDownloader.h | ||
| DownloadType | EFabDownloadType | FabDownloader.h | ||
| DownloadURL | FString | FabDownloader.h | ||
| ManifestData | TArray< uint8 > | FabDownloader.h | ||
| OnDownloadCompleteDelegate | FOnDownloadComplete | FabDownloader.h | ||
| OnDownloadProgressDelegate | FOnDownloadProgress | FabDownloader.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Cancel() |
FabDownloader.h | ||
void ExecuteRequest() |
FabDownloader.h | ||
const FFabDownloadStats & GetDownloadStats() |
FabDownloader.h | ||
FOnDownloadComplete & OnDownloadComplete() |
FabDownloader.h | ||
FOnDownloadProgress & OnDownloadProgress() |
FabDownloader.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool LoadBuildPatchServices() |
FabDownloader.h | ||
static void ShutdownBpsModule() |
FabDownloader.h |