Navigation
API > API/Runtime > API/Runtime/PakFile > API/Runtime/PakFile/FPakPlatformFile
References
| Module | PakFile |
| Header | /Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h |
| Include | #include "IPlatformFilePak.h" |
| Source | /Engine/Source/Runtime/PakFile/Private/IPlatformFilePak.cpp |
bool Mount
(
const TCHAR * InPakFilename,
uint32 PakOrder,
const TCHAR * InPath,
bool bLoadIndex,
FPakListEntry * OutPakListEntry
)
Remarks
Mounts a pak file at the specified path.
Parameters
| Name | Description |
|---|---|
| InPakFilename | Pak filename. |
| InPath | Path to mount the pak at. |