FCloudEntry

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

Windows
MacOS
Linux

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

Name Description

Public variable

ECloudAsyncTask...

 

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

FCloudEntry()

Constructors

Public function

FCloudEntry

(
    const FString& InFileName
)

Destructors

Name Description

Public function Virtual

~FCloudEntry()

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