Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
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 |
namespace ConcertSyncSessionDatabaseFilterUtil
{
bool ConcertSyncSessionDatabaseFilterUtil::PackageEventPassesFilter
(
const int64 InPackageEventId,
const FConcertSessionFilter & InSessionFilter,
const FConcertSyncSessionDatabase & InDatabase
)
}
Remarks
Check to see whether the package event with the given ID passes the given filter. True if the package event passes the filter, false otherwise.
Parameters
| Name | Description |
|---|---|
| InPackageEventId | The ID of the package event to query for. |
| InSessionFilter | The session filter used to query the event against. |
| InDatabase | The database to query data from. |