Navigation
API > API/Runtime > API/Runtime/PakFile > API/Runtime/PakFile/FPakPlatformFile
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool FindFileInPakFiles
(
const TCHAR* Filename, |
Finds a file in all available pak files. | IPlatformFilePak.h | |
static bool FindFileInPakFiles
(
TArray< FPakListEntry >& Paks, |
Finds a file in the specified pak files. | IPlatformFilePak.h |
FindFileInPakFiles(const TCHAR , TRefCountPtr< FPakFile > , FPakEntry *)
Description
Finds a file in all available pak files.
| Name | FindFileInPakFiles |
| Type | function |
| Header File | /Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h |
| Include Path | #include "IPlatformFilePak.h" |
| Source | /Engine/Source/Runtime/PakFile/Private/IPlatformFilePak.cpp |
bool FindFileInPakFiles
(
const TCHAR * Filename,
TRefCountPtr< FPakFile > * OutPakFile,
FPakEntry * OutEntry
)
true if the file was found, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| Filename | File to find in pak files. |
| OutPakFile | Optional pointer to a pak file where the filename was found. |
FindFileInPakFiles(TArray< FPakListEntry > &, const TCHAR , TRefCountPtr< FPakFile > , FPakEntry *)
Description
Finds a file in the specified pak files.
| Name | FindFileInPakFiles |
| Type | function |
| Header File | /Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h |
| Include Path | #include "IPlatformFilePak.h" |
| Source | /Engine/Source/Runtime/PakFile/Private/IPlatformFilePak.cpp |
static bool FindFileInPakFiles
(
TArray< FPakListEntry > & Paks,
const TCHAR * Filename,
TRefCountPtr< FPakFile > * OutPakFile,
FPakEntry * OutEntry
)
true if the file was found, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| Paks | Pak files to find the file in. |
| Filename | File to find in pak files. |
| OutPakFile | Optional pointer to a pak file where the filename was found. |