Navigation
API > API/Plugins > API/Plugins/ChunkDownloader
| Name | FPakFileEntry |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/ChunkDownloader/Source/Public/ChunkDownloader.h |
| Include Path | #include "ChunkDownloader.h" |
Syntax
struct FPakFileEntry
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ChunkId | int32 | Chunk ID this pak file is assigned to | ChunkDownloader.h | |
| FileName | FString | Unique name of the pak file (not path, i.e. no folder) | ChunkDownloader.h | |
| FileSize | uint64 | Final size of the file in bytes | ChunkDownloader.h | |
| FileVersion | FString | Unique ID representing a particular version of this pak file when it is used for validation (not done on golden path, but can be requested) this is assumed to be a SHA1 hash if it begins with "SHA1:" otherwise it's considered just a unique ID. | ChunkDownloader.h | |
| RelativeUrl | FString | URL for this pak file (relative to CDN root, includes build-specific folder) | ChunkDownloader.h |