Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/FConcertSyncSessionDatabase
Description
Update the specified transaction event.
The function is meant to update a transaction event that was partially synced to store the corresponding transaction data.
| Name | UpdateTransactionEvent |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertSyncSessionDatabase.h |
| Include Path | #include "ConcertSyncSessionDatabase.h" |
| Source | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Private/ConcertSyncSessionDatabase.cpp |
bool UpdateTransactionEvent
(
const int64 InTransactionEventId,
const FConcertSyncTransactionEvent & InTransactionEvent
)
True if the transaction was updated.
Parameters
| Name | Remarks |
|---|---|
| InTransactionEventId | The ID of the event to update. |
| InTransactionEvent | The event to store. |