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 GetLiveTransactionEventIds
&40;
TArray< int64 > & OutTransactionEventIds
&41; const
Remarks
Get the IDs of any live transaction events. True if the live transaction event IDs were resolved, false otherwise.
Parameters
| Name | Description |
|---|---|
| OutTransactionEventIds | The array of transaction event IDs to populate with the result (will be sorted in ascending order). |