FCloudFile

Holds the data used in downloading a file asynchronously from the online service

Windows
MacOS
Linux

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

Name Description

Public variable

EOnlineAsyncTas...

 

AsyncState

The async state the file download is in

Public variable

TArray< uint8 >

 

Data

The buffer of data for the file

Public variable

FString

 

FileName

The name of the file as requested

Constructors

Name Description

Public function

FCloudFile()

Constructors

Public function

FCloudFile

(
    const FString& InFileName
)

Destructors

Name Description

Public function Virtual

~FCloudFile()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss