Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/FConcertSyncSessionDatabase
References
| Module | ConcertSyncCore |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertSyncSessionDatabase.h |
| Include | #include "ConcertSyncSessionDatabase.h" |
| Source | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Private/ConcertSyncSessionDatabase.cpp |
bool GetTransactionMaxEventId
(
int64 & OutTransactionEventId
) const
Remarks
Get the maximum ID of the transaction events in this database. True if the transaction event ID was resolved, false otherwise.
Parameters
| Name | Description |
|---|---|
| OutTransactionEventId | The transaction event ID to populate with the result. |