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