FPakFile::GetIndex

Gets pak file index.

Windows
MacOS
Linux

Deprecated

  • Use FPrunedFilenameIterator or FPakEntryIterator instead; the Index is now no longer necessarily a DirectoryIndex and in some cases requires a lock around Index use

References

Module

PakFile

Header

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

Include

#include "IPlatformFilePak.h"

Syntax

const TMap< FString, FPakDirectory > & GetIndex() const

Remarks

Gets pak file index.

Returns

Pak index.

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