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