Navigation
API > API/Runtime > API/Runtime/PakFile
| Name | FPakChunkSignatureCheckFailedData |
| Type | struct |
| Header File | /Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h |
| Include Path | #include "IPlatformFilePak.h" |
Syntax
struct FPakChunkSignatureCheckFailedData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| IPlatformFilePak.h | |||
FPakChunkSignatureCheckFailedData
(
const FString& InPakFilename, |
IPlatformFilePak.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ChunkIndex | int32 | IPlatformFilePak.h | ||
| ExpectedHash | TPakChunkHash | IPlatformFilePak.h | ||
| PakFilename | FString | IPlatformFilePak.h | ||
| ReceivedHash | TPakChunkHash | IPlatformFilePak.h |