Navigation
API > API/Runtime > API/Runtime/PakFile > API/Runtime/PakFile/FPakPlatformFile > API/Runtime/PakFile/FPakPlatformFile/FindFileInPakFiles
References
| Module | PakFile |
| Header | /Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h |
| Include | #include "IPlatformFilePak.h" |
static bool FindFileInPakFiles
&40;
TArray< FPakListEntry > & Paks,
const TCHAR &42; Filename,
TRefCountPtr< FPakFile > &42; OutPakFile,
FPakEntry &42; OutEntry
&41;
Remarks
Finds a file in the specified pak files. Pointer to pak entry if the file was found, NULL otherwise.
Parameters
| Name | Description |
|---|---|
| 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. |