FPakPlatformFile::Mount

Mounts a pak file at the specified path.

Windows
MacOS
Linux

References

Module

PakFile

Header

/Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h

Include

#include "IPlatformFilePak.h"

Source

/Engine/Source/Runtime/PakFile/Private/IPlatformFilePak.cpp

Syntax

bool Mount
(
    const TCHAR * InPakFilename,
    uint32 PakOrder,
    const TCHAR * InPath,
    bool bLoadIndex
)

Remarks

Mounts a pak file at the specified path.

Parameters

Parameter

Description

InPakFilename

Pak filename.

InPath

Path to mount the pak at.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss