Navigation
API > API/Runtime > API/Runtime/PakFile > API/Runtime/PakFile/FPakPlatformFile
| Type | Name | Description | |
|---|---|---|---|
| bool | FindFileInPakFiles
(
const TCHAR* Filename, |
Overload needed for deprecation; remove this when removing the version with a FPakFile** OutPakFile | |
| bool | FindFileInPakFiles
(
const TCHAR* Filename, |
Use version with OutPakFile is a TRefCountPtr |
|
| bool | FindFileInPakFiles
(
const TCHAR* Filename, |
Finds a file in all available pak files. | |
| bool | FindFileInPakFiles
(
TArray< FPakListEntry >& Paks, |
Overload needed for deprecation; remove this when removing the version with a FPakFile** OutPakFile | |
| bool | FindFileInPakFiles
(
TArray< FPakListEntry >& Paks, |
Use version with OutPakFile is a TRefCountPtr |
|
| bool | FindFileInPakFiles
(
TArray< FPakListEntry >& Paks, |
Finds a file in the specified pak files. |