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 GetReplicationMaxEventIdByClientAndType
(
const FGuid & EndpointId,
EConcertSyncReplicationActivityType ActivityType,
int64 & OutReplicationEventId
) const
Remarks
Get the maximum ID of the replication events in this database that was triggered by EndpointId and had ActivityType. True if the replication event ID was resolved, false otherwise.
Parameters
| Name | Description |
|---|---|
| EndpointId | The ID of the client that created the activity |
| ActivityType | The activity type the replication activity should have |
| OutReplicationEventId | The replication event ID to populate with the result. |