Navigation
API > API/Plugins > API/Plugins/Hotfix > API/Plugins/Hotfix/UOnlineHotfixManager
Description
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
| Name | HotfixPakFile |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineFramework/Source/Hotfix/Public/OnlineHotfixManager.h |
| Include Path | #include "OnlineHotfixManager.h" |
| Source | /Engine/Plugins/Online/OnlineFramework/Source/Hotfix/Private/OnlineHotfixManager.cpp |
virtual bool HotfixPakFile
(
const FCloudFileHeader & FileHeader
)
whether the mounting of the PAK file was successful or not
Parameters
| Name | Remarks |
|---|---|
| FileName | the name of the PAK file being mounted |