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 HotfixIniFile
(
const FString & FileName,
const FString & IniData
)
Remarks
Override this to change the default INI file handling (merge delta INI changes into the config cache) whether the merging was successful or not
Parameters
| Name | Description |
|---|---|
| FileName | the name of the INI being merged into the config cache |
| IniData | the contents of the INI file (expected to be delta contents not a whole file) |