Navigation
API > API/Plugins > API/Plugins/Hotfix > API/Plugins/Hotfix/UOnlineHotfixManager
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 |
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 whether the mounting of the PAK file was successful or not
Parameters
| Name | Description |
|---|---|
| FileName | the name of the PAK file being mounted |