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 GetConnectionEvent
&40;
const int64 InConnectionEventId,
FConcertSyncConnectionEvent & OutConnectionEvent
&41; const
Remarks
Get a connection event from this database. True if the connection event was found, false otherwise.
Parameters
| Name | Description |
|---|---|
| InConnectionEventId | The ID of the connection event to find. |
| OutConnectionEvent | The connection event to populate with the result. |