Navigation
API > API/Plugins > API/Plugins/ConcertSyncServer > API/Plugins/ConcertSyncServer/IReplicationWorkspace
Description
Gets the last replication activity associated with the given client info.
As endpoint IDs change every time a client join a session, the look up is done by client display name. If multiple machines joined with the same display name, the tie is broken by also using the device name.
| Name | GetLastReplicationActivityByClient |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncServer/Source/ConcertSyncServer/Public/Replication/IReplicationWorkspace.h |
| Include Path | #include "Replication/IReplicationWorkspace.h" |
bool GetLastReplicationActivityByClient
(
const FConcertSessionClientInfo & InClientInfo,
EConcertSyncReplicationActivityType ActivityType,
FConcertSyncReplicationActivity & OutActivity
) const
Whether OutActivity contains a valid result.
Parameters
| Name | Remarks |
|---|---|
| InClientInfo | Info about the client for which to get the activity. |
| OutActivity | The activity, if present |