Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Holds metadata about a given downloadable file
| Name | FCloudFileHeader |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemTypes.h |
| Include Path | #include "OnlineSubsystemTypes.h" |
Syntax
struct FCloudFileHeader
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Constructors | OnlineSubsystemTypes.h | ||
FCloudFileHeader
(
const FString& InFileName, |
OnlineSubsystemTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ChunkID | uint32 | The chunk id this file represents | OnlineSubsystemTypes.h | |
| DLName | FString | Filename as downloaded | OnlineSubsystemTypes.h | |
| ExternalStorageIds | TMap< FString, FString > | Pointers to externally-accessible representations of this file | OnlineSubsystemTypes.h | |
| FileName | FString | Logical filename, maps to the downloaded filename | OnlineSubsystemTypes.h | |
| FileSize | int32 | File size | OnlineSubsystemTypes.h | |
| Hash | FString | Hash value, if applicable, of the given file contents | OnlineSubsystemTypes.h | |
| HashType | FName | The hash algorithm used to sign this file | OnlineSubsystemTypes.h | |
| URL | FString | The full URL to download the file if it is stored in a CDN or separate host site | OnlineSubsystemTypes.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FCloudFileHeader& Other |
OnlineSubsystemTypes.h |