UOnlineHotfixManager::HotfixRowUpdate

Used in PatchAssetsFromIniFiles to hotfix only a row in a table.

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

void HotfixRowUpdate
(
    UObject * Asset,
    const FString & AssetPath,
    const FString & RowName,
    const FString & ColumnName,
    const FString & NewValue,
    TArray< FString > & ProblemStrings
)

Remarks

Used in PatchAssetsFromIniFiles to hotfix only a row in a table.

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