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 IsLiveTransactionEvent
&40;
const int64 InTransactionEventId,
bool & OutIsLive
&41; const
Remarks
Check whether the given transaction event ID is currently for a live transaction event. True if the transaction event ID was queried successfully, false otherwise.
Parameters
| Name | Description |
|---|---|
| InTransactionEventId | The ID of the transaction event to check. |
| OutIsLive | Bool to populate with the result. |