Navigation
API > API/Runtime > API/Runtime/PakFile > API/Runtime/PakFile/FPakPlatformFile
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Mount
(
const FPakMountArgs& MountArgs, |
Mounts a pak file at the specified path. | IPlatformFilePak.h | |
bool Mount
(
const TCHAR* InPakFilename, |
Mounts a pak file at the specified path. | IPlatformFilePak.h |
Mount(const FPakMountArgs &, FIoStatus , FPakListEntry )
Description
Mounts a pak file at the specified path.
In most cases, this should not be called directly. Instead use the mounting delegates in FCoreDelegates
| Name | Mount |
| Type | function |
| Header File | /Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h |
| Include Path | #include "IPlatformFilePak.h" |
| Source | /Engine/Source/Runtime/PakFile/Private/IPlatformFilePak.cpp |
bool Mount
(
const FPakMountArgs & MountArgs,
FIoStatus * OutIoMountStatus,
FPakListEntry * OutPakListEntry
)
Parameters
| Name | Remarks |
|---|---|
| MountArgs | mount arguments |
| OutIoMountStatus | Status of the pak or associated iostore mount |
| OutPakListEntry | for internal use |
Mount(const TCHAR , uint32, const TCHAR , bool, FPakListEntry *)
Description
Mounts a pak file at the specified path.
In most cases, this should not be called directly. Instead use the mounting delegates in FCoreDelegates
| Name | Mount |
| Type | function |
| Header File | /Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h |
| Include Path | #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
)
Parameters
| Name | Remarks |
|---|---|
| InPakFilename | Pak filename. |
| InPath | Path to mount the pak at. |
| OutPakListEntry | for internal use |
| OutIoMountStatus | Status of the pak or associated iostore mount |