UOnlineHotfixManager::HotfixPakIniFile

Override this to change the default INI file handling (merge whole INI files 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 HotfixPakIniFile
(
    const FString & FileName
)

Remarks

Override this to change the default INI file handling (merge whole INI files 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

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