Navigation
API > API/Plugins > API/Plugins/Hotfix > API/Plugins/Hotfix/UOnlineHotfixManager
Description
Used in PatchAssetsFromIniFiles to hotfix only a row in a table. If ChangedTables is not null then HandleDataTableChanged will not be called and the caller should call it on the data tables in ChangedTables when they're ready to
| Name | HotfixRowUpdate |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineFramework/Source/Hotfix/Public/OnlineHotfixManager.h |
| Include Path | #include "OnlineHotfixManager.h" |
| Source | /Engine/Plugins/Online/OnlineFramework/Source/Hotfix/Private/OnlineHotfixManager.cpp |
void HotfixRowUpdate
(
UObject * Asset,
const FString & AssetPath,
const FString & RowName,
const FString & ColumnName,
const FString & NewValue,
TArray < FString > & ProblemStrings,
TSet< class UDataTable * > * ChangedDataTables,
TSet< class UCurveTable * > * ChangedCurveTables
)