FPakFile::EncodePakEntriesIntoIndex

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 void EncodePakEntriesIntoIndex
(
    int32 InNumEntries,
    const ReadNextEntryFunction & InReadNextEntry,
    const TCHAR * InPakFilename,
    const FPakInfo & InPakInfo,
    const FString & MountPoint,
    int32 & OutNumEncodedEntries,
    int32 & OutNumDeletedEntries,
    uint64 * OutPathHashSeed,
    FDirectoryIndex * OutDirectoryIndex,
    FPathHashIndex * OutPathHashIndex,
    TArray< uint8 > & OutEncodedPakEntries,
    TArray< FPakEntry > & OutNonEncodableEntries,
    TMap< uint64, FString > * InOutCollisionDetection,
    int32 PakFileVersion
)

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