Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemTypes.h |
Include |
#include "OnlineSubsystemTypes.h" |
struct FCloudFileHeader
Holds metadata about a given downloadable file
Name | Description | ||
---|---|---|---|
|
ChunkID |
The chunk id this file represents |
|
|
DLName |
Filename as downloaded |
|
|
ExternalStorageIds |
Pointers to externally-accessible representations of this file |
|
|
FileName |
Logical filename, maps to the downloaded filename |
|
|
FileSize |
File size |
|
|
Hash |
Hash value, if applicable, of the given file contents |
|
|
HashType |
The hash algorithm used to sign this file |
|
|
URL |
The full URL to download the file if it is stored in a CDN or separate host site |
Name | Description | |
---|---|---|
|
FCloudFileHeader() |
Constructors |
|
FCloudFileHeader |
Name | Description | ||
---|---|---|---|
|
operator< ( |
||
|
operator== ( |