FCloudFileHeader

Holds metadata about a given downloadable file

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemTypes.h

Include

#include "OnlineSubsystemTypes.h"

Syntax

struct FCloudFileHeader

Remarks

Holds metadata about a given downloadable file

Variables

Name Description

Public variable

uint32

 

ChunkID

The chunk id this file represents

Public variable

FString

 

DLName

Filename as downloaded

Public variable

FString

 

FileName

Logical filename, maps to the downloaded filename

Public variable

int32

 

FileSize

File size

Public variable

FString

 

Hash

Hash value, if applicable, of the given file contents

Public variable

FName

 

HashType

The hash algorithm used to sign this file

Public variable

FString

 

URL

The full URL to download the file if it is stored in a CDN or separate host site

Constructors

Name Description

Public function

FCloudFileHeader()

Constructors

Public function

FCloudFileHeader

(
    const FString& InFileName,
    const FString& InDLName,
    int32 InFileSize
)

Operators

Name Description

Public function Const

bool

 

operator<

(
    const FCloudFileHeader& Other
)

Public function Const

bool

 

operator==

(
    const FCloudFileHeader& Other
)

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