Navigation
API > API/Plugins > API/Plugins/HTTPChunkInstaller
References
| Module | HTTPChunkInstaller |
| Header | /Engine/Plugins/Runtime/HTTPChunkInstaller/Source/Public/CloudTitleFileInterface.h |
| Include | #include "CloudTitleFileInterface.h" |
Syntax
struct FCloudEntry
Remarks
Holds the data used in downloading a file asynchronously from the online service
Variables
| Type | Name | Description | |
|---|---|---|---|
| ECloudAsyncTaskState::Type | AsyncState | The async state the file download is in | |
| TArray< uint8 > | Data | The buffer of data for the file | |
| FString | FileName | The name of the file as requested |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCloudEntry () |
Constructors | ||
FCloudEntry
(
const FString& InFileName |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~FCloudEntry () |