Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemTypes.h |
| Include | #include "OnlineSubsystemTypes.h" |
Syntax
struct FCloudFile
Remarks
Holds the data used in downloading a file asynchronously from the online service
Variables
| Type | Name | Description | |
|---|---|---|---|
| EOnlineAsyncTaskState::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 | |
|---|---|---|---|
FCloudFile () |
Constructors | ||
FCloudFile
(
const FString& InFileName |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~FCloudFile () |