Navigation
Unreal Engine C++ API Reference > 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
&40;
const FString & FileName,
const FString & IniData
&41;
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) |