Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
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
| Type | Name | Description | |
|---|---|---|---|
| uint32 | ChunkID | The chunk id this file represents | |
| FString | DLName | Filename as downloaded | |
| TMap< FString, FString > | ExternalStorageIds | Pointers to externally-accessible representations of this file | |
| FString | FileName | Logical filename, maps to the downloaded filename | |
| int32 | FileSize | File size | |
| FString | Hash | Hash value, if applicable, of the given file contents | |
| FName | HashType | The hash algorithm used to sign this file | |
| FString | URL | The full URL to download the file if it is stored in a CDN or separate host site |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Constructors | |||
FCloudFileHeader
(
const FString& InFileName, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator<
(
const FCloudFileHeader& Other |
||
| bool | operator==
(
const FCloudFileHeader& Other |