Navigation
API > API/Runtime > API/Runtime/PakFile > API/Runtime/PakFile/FPakFile
Finds an entry in the pak file matching the given filename.
| Name | EFindResult |
| Type | enum |
| Header File | /Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h |
| Include Path | #include "IPlatformFilePak.h" |
Syntax
enum EFindResult
{
NotFound,
Found,
FoundDeleted,
}
Values
| Name | Remarks |
|---|---|
| NotFound | |
| Found | |
| FoundDeleted |