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 AddConnectionActivity
&40;
const FConcertSyncConnectionActivity & InConnectionActivity,
int64 & OutActivityId,
int64 & OutConnectionEventId
&41;
Remarks
Add a new connection activity to this database, assigning it both an activity and connection event ID.
The endpoint ID referenced by the activity must exist in the database (
This function is expected to be called on the server to populate its version of the session database. True if the connection activity was added, false otherwise.
Parameters
Name | Description |
---|---|
InConnectionActivity | The connection activity to add (the ActivityId, EventTime, EventType, and EventId members are ignored). |
OutActivityId | Populated with the ID of this activity in the database. |
OutConnectionEventId | Populated with the ID of the connection event in the database ( |