UOnlineHotfixManager::HotfixIniFile

Override this to change the default INI file handling (merge delta INI changes into the config cache)

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 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)

Returns

whether the merging was successful or not

Parameters

Parameter

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)

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