Navigation
API > API/Plugins > API/Plugins/Hotfix > API/Plugins/Hotfix/UOnlineHotfixManager
Description
Used in PatchAssetsFromIniFiles to hotfix a new 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 | HotfixAddRow |
| 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 HotfixAddRow
(
UObject * Asset,
const FString & AssetPath,
const FString & JsonData,
TArray < FString > & ProblemStrings,
TSet< class UDataTable * > * ChangedDataTables
)