Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/FConcertSyncSessionDatabase
Description
Get a package activity for an event in this database.
The package data stream passed to the callback through the FConcertSycnPackageEventData is only valid during the callback.
| Name | GetPackageActivityForEvent |
| 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 GetPackageActivityForEvent
(
const int64 InPackageEventId,
FIteratePackageActivityFunc PackageActivityFn
) const
True if the package activity was found, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| InPackageEventId | The ID of the package event to find the activity for. |
| PackageActivityFn | A callback invoked with the package activity components (the base activity part and the event part). |