Navigation
API > API/Plugins > API/Plugins/ConcertSyncClient > API/Plugins/ConcertSyncClient/IConcertClientWorkspace
References
| Module | ConcertSyncClient |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/IConcertClientWorkspace.h |
| Include | #include "IConcertClientWorkspace.h" |
bool FindReplicationEvent
(
const int64 ReplicationEventId,
FConcertSyncReplicationEvent & OutReplicationEvent
) const
Remarks
Lookup the specified replication event. Whether the replication event was found and requested data available.
Parameters
| Name | Description |
|---|---|
| ReplicationEventId | ID of the replication event to look for. |
| OutReplicationEvent | The replication event corresponding to ReplicationEventId if found. |