Navigation
API > API/Plugins > API/Plugins/ConcertSyncServer > API/Plugins/ConcertSyncServer/Replication > API/Plugins/ConcertSyncServer/Replication/IReplicationWorkspace
References
| Module | ConcertSyncServer |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncServer/Source/ConcertSyncServer/Public/Replication/IReplicationWorkspace.h |
| Include | #include "Replication/IReplicationWorkspace.h" |
bool GetLastReplicationActivityByClient
(
const FConcertSessionClientInfo & InClientInfo,
EConcertSyncReplicationActivityType ActivityType,
FConcertSyncReplicationActivity & OutActivity
) const
Remarks
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. Whether OutActivity contains a valid result.
Parameters
| Name | Description |
|---|---|
| InClientInfo | Info about the client for which to get the activity. |
| OutActivity | The activity, if present |