Choose your operating system:
Windows
macOS
Linux
| IPakFile
|
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFile.h |
Include |
#include "GenericPlatform/GenericPlatformFile.h" |
class IPakFile
Interface class for FPakFile to allow usage from modules that cannot have a compile dependency on FPakFile
Name | Description | ||
---|---|---|---|
|
GetNumFiles() |
||
|
PakContains ( |
Return whether the Pak has an entry for the given FileName. |
|
|
const FStrin... |
PakGetMountPoint() |
|
|
PakGetPakchunkIndex() |
||
|
const FStrin... |
PakGetPakFilename() |
|
|
PakVisitPrunedFilenames ( |
Calls the given Visitor on every FileName in the Pruned Directory Index. |