Navigation
API > API/Runtime > API/Runtime/PakFile > API/Runtime/PakFile/FPakFile
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FPakEntryLocation * FindLocationFromIndex
(
const FString& FullPath, |
Lookup the FPakEntryLocation stored in the given DirectoryIndex or DirectoryTreeIndex, return nullptr if not found | IPlatformFilePak.h | |
static const FPakEntryLocation * FindLocationFromIndex
(
const FString& FullPath, |
Lookup the FPakEntryLocation stored in the given DirectoryIndex, return nullptr if not found | IPlatformFilePak.h | |
static const FPakEntryLocation * FindLocationFromIndex
(
const FString& FullPath, |
Lookup the FPakEntryLocation stored in the given PathHashIndex, return nullptr if not found | IPlatformFilePak.h |
FindLocationFromIndex(const FString &, const FDirectoryIndex &, const FDirectoryTreeIndex &)
Description
Lookup the FPakEntryLocation stored in the given DirectoryIndex or DirectoryTreeIndex, return nullptr if not found
| Name | FindLocationFromIndex |
| Type | function |
| Header File | /Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h |
| Include Path | #include "IPlatformFilePak.h" |
| Source | /Engine/Source/Runtime/PakFile/Private/PakFile.cpp |
const FPakEntryLocation * FindLocationFromIndex
(
const FString & FullPath,
const FDirectoryIndex & InDirectoryIndex,
const FDirectoryTreeIndex & InDirectoryTreeIndex
) const
FindLocationFromIndex(const FString &, const FString &, const FDirectoryIndex &)
Description
Lookup the FPakEntryLocation stored in the given DirectoryIndex, return nullptr if not found
| Name | FindLocationFromIndex |
| Type | function |
| Header File | /Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h |
| Include Path | #include "IPlatformFilePak.h" |
| Source | /Engine/Source/Runtime/PakFile/Private/PakFile.cpp |
static const FPakEntryLocation * FindLocationFromIndex
(
const FString & FullPath,
const FString & MountPoint,
const FDirectoryIndex & DirectoryIndex
)
FindLocationFromIndex(const FString &, const FString &, const FPathHashIndex &, uint64, int32)
Description
Lookup the FPakEntryLocation stored in the given PathHashIndex, return nullptr if not found
| Name | FindLocationFromIndex |
| Type | function |
| Header File | /Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h |
| Include Path | #include "IPlatformFilePak.h" |
| Source | /Engine/Source/Runtime/PakFile/Private/PakFile.cpp |
static const FPakEntryLocation * FindLocationFromIndex
(
const FString & FullPath,
const FString & MountPoint,
const FPathHashIndex & PathHashIndex,
uint64 PathHashSeed,
int32 PakFileVersion
)