Navigation
Unreal Engine C++ API Reference > 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 GetConnectionActivityForEvent
&40;
const int64 InConnectionEventId,
FConcertSyncConnectionActivity & OutConnectionActivity
&41; const
Remarks
Get a connection activity for an event in this database. True if the connection activity was found, false otherwise.
Parameters
Name | Description |
---|---|
InConnectionEventId | The ID of the connection event to find the activity for. |
OutConnectionActivity | The connection activity to populate with the result. |