Navigation
Unreal Engine C++ API Reference > Plugins > HTTPChunkInstaller
References
Module | HTTPChunkInstaller |
Header | /Engine/Plugins/Runtime/HTTPChunkInstaller/Source/Public/CloudTitleFileInterface.h |
Include | #include "CloudTitleFileInterface.h" |
Syntax
struct FCloudHeader
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 |
![]() |
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 | |
---|---|---|---|
![]() |
FCloudHeader () |
Constructors | |
![]() |
FCloudHeader
(
const FString& InFileName, |
Operators
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | operator<
(
const FCloudHeader& Other |
|
![]() ![]() |
bool | operator==
(
const FCloudHeader& Other |