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 GetTransactionEvent
&40;
const int64 InTransactionEventId,
FConcertSyncTransactionEvent & OutTransactionEvent,
const bool InMetaDataOnly
&41; const
Remarks
Get a transaction event from this database. True if the transaction event was found, false otherwise.
Parameters
| Name | Description |
|---|---|
| InTransactionEventId | The ID of the transaction event to find. |
| OutTransactionEvent | The transaction event to populate with the result. |
| InMetaDataOnly | True to only get the meta-data for the transaction, and skip the bulk of the data. |