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 GetActivityForEvent
(
const int64 InEventId,
const EConcertSyncActivityEventType InEventType,
FConcertSyncActivity & OutActivity
) const
Remarks
Get the generic part of an activity for an event in this database. True if the activity was found, false otherwise.
Parameters
| Name | Description |
|---|---|
| InEventId | The ID of the event to find the activity for. |
| InEventType | The type of the event to find the activity for. |
| OutActivity | The generic part of an activity to populate with the result. |