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