Navigation
API > API/Runtime > API/Runtime/PakFile
Args for pak mounting
| Name | FPakMountArgs |
| Type | struct |
| Header File | /Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h |
| Include Path | #include "IPlatformFilePak.h" |
Syntax
struct FPakMountArgs
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bLoadIndex | bool | Flag to load Index. | IPlatformFilePak.h | |
| MountOptions | FPakMountOptions | Mount options. | IPlatformFilePak.h | |
| PakFilename | const TCHAR * | Pak filename. | IPlatformFilePak.h | |
| PakOrder | uint32 | Search order. | IPlatformFilePak.h | |
| Path | const TCHAR * | Path to mount the pak at. | IPlatformFilePak.h |