FPakFile::FindLocationFromIndex

Lookup the [FPakEntryLocation](API\Runtime\PakFile\FPakEntryLocation) stored in the given DirectoryIndex, return nullptr if not found

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 const FPakEntryLocation * FindLocationFromIndex
(
    const FString & FullPath,
    const FString & MountPoint,
    const FDirectoryIndex & DirectoryIndex
)

Remarks

Lookup the FPakEntryLocation stored in the given DirectoryIndex, return nullptr if not found

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