Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IPakFile
Description
Return whether the Pak has an entry for the given FileName. Not necessarily exclusive; other Patch Paks may have their own copy of the same File.
| Name | PakContains |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFile.h |
| Include Path | #include "GenericPlatform/GenericPlatformFile.h" |
bool PakContains
(
const FString & Filename
) const
Parameters
| Name | Remarks |
|---|---|
| Filename | The full LongPackageName path to the file, as returned from FPackageName::LongPackageNameToFilename + extension. Comparison is case-insensitive. |