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