FPakEntry::VerifyPakEntriesMatch

Verifies two entries match to check for corruption.

Windows
MacOS
Linux

References

Module

PakFile

Header

/Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h

Include

#include "IPlatformFilePak.h"

Source

/Engine/Source/Runtime/PakFile/Private/IPlatformFilePak.cpp

Syntax

static bool VerifyPakEntriesMatch
(
    const FPakEntry & FileEntryA,
    const FPakEntry & FileEntryB
)

Remarks

Verifies two entries match to check for corruption.

Parameters

Parameter

Description

FileEntryA

Entry 1.

FileEntryB

Entry 2.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss