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 SetReplicationActivity
(
const FConcertSyncReplicationActivity & InReplicationActivity
)
Remarks
Set a replication activity in this database, creating or replacing it.
The endpoint ID referenced by the activity must exist in the database (
This function is expected to be called on the client to populate its version of the session database from data synced from the server. True if the transaction activity was set, false otherwise.
Parameters
| Name | Description |
|---|---|
| InReplicationActivity | The replication activity to set. |