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