Navigation
API > API/Runtime > API/Runtime/Core
Interface class for FPakFile to allow usage from modules that cannot have a compile dependency on FPakFile. See FCoreDelegates
| Name | IPakFile |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFile.h |
| Include Path | #include "GenericPlatform/GenericPlatformFile.h" |
Syntax
class IPakFile
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetNumFiles() |
GenericPlatform/GenericPlatformFile.h | ||
bool PakContains
(
const FString& Filename |
Return whether the Pak has an entry for the given FileName. | GenericPlatform/GenericPlatformFile.h | |
const FString & PakGetMountPoint() |
GenericPlatform/GenericPlatformFile.h | ||
int32 PakGetPakchunkIndex() |
GenericPlatform/GenericPlatformFile.h | ||
const FString & PakGetPakFilename() |
GenericPlatform/GenericPlatformFile.h | ||
void PakVisitPrunedFilenames
(
IPlatformFile::FDirectoryVisitor& Visitor |
Calls the given Visitor on every FileName in the Pruned Directory Index. | GenericPlatform/GenericPlatformFile.h |