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 EnumerateActivityIdsWithEventTypesAndFlagsInRange
&40;
const int64 InFirstActivityId,
const int64 InMaxNumActivities,
TFunctionRef< bool(int64, EConcertSyncActivityEventType, EConcertSyncActivityFlags)> InCallback
&41; const
Remarks
Enumerate the IDs, event types and flags of the activities in this database in the given range. True if the activities were enumerated without error, false otherwise.
Parameters
| Name | Description |
|---|---|
| InFirstActivityId | The first activity ID to include in the results. |
| InMaxNumActivities | The maximum number of activities to include in the results. |
| InCallback | Callback invoked for each activity; return true to continue enumeration, or false to stop. |