Navigation
API > API/Plugins > API/Plugins/Hotfix > API/Plugins/Hotfix/UOnlineHotfixManager
Description
Called when a table row value is patched, with the source tag identifying which hotfix applied the change. Override to track or respond to patches per source.
| Name | OnHotfixTableValueInt64WithSource |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineFramework/Source/Hotfix/Public/OnlineHotfixManager.h |
| Include Path | #include "OnlineHotfixManager.h" |
virtual PRAGMA_DISABLE_DEPRECATION_WARNINGS void OnHotfixTableValueInt64WithSource
(
UObject & Asset,
const FString & RowName,
const FString & ColumnName,
const int64 & OldValue,
const int64 & NewValue,
FName SourceTag
)