Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/FConcertSyncSessionDatabase
Description
Set a connection 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.
| Name | SetConnectionActivity |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertSyncSessionDatabase.h |
| Include Path | #include "ConcertSyncSessionDatabase.h" |
| Source | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Private/ConcertSyncSessionDatabase.cpp |
bool SetConnectionActivity
(
const FConcertSyncConnectionActivity & InConnectionActivity
)
True if the connection activity was set, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| InConnectionActivity | The connection activity to set. |
See Also
- SetEndpoint).