UOnlineHotfixManager::HotfixPakFile

Override this to change the default PAK file handling:

Windows
MacOS
Linux

References

Module

Hotfix

Header

/Engine/Plugins/Online/OnlineFramework/Source/Hotfix/Public/OnlineHotfixManager.h

Include

#include "OnlineHotfixManager.h"

Source

/Engine/Plugins/Online/OnlineFramework/Source/Hotfix/Private/OnlineHotfixManager.cpp

Syntax

virtual bool HotfixPakFile
(
    const FCloudFileHeader & FileHeader
)

Remarks

Override this to change the default PAK file handling:

  • mount PAK file immediately

  • Scan for any INI files contained within the PAK file and merge those in

Returns

whether the mounting of the PAK file was successful or not

Parameters

Parameter

Description

FileName

the name of the PAK file being mounted

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