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 GetReplicationEvent
(
const int64 InReplicationEventId,
FConcertSyncReplicationEvent & OutReplicationEvent
) const
Remarks
Get a replication event from this database. True if the replication event was found, false otherwise.
Parameters
| Name | Description |
|---|---|
| InReplicationEventId | The ID of the replication event to find. |
| OutReplicationEvent | The replication event to populate with the result. |