Navigation
Unreal Engine C++ API Reference > 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&58;&58;PackageEventPassesFilter
&40;
const int64 InPackageEventId,
const FConcertSessionFilter & InSessionFilter,
const FConcertSyncSessionDatabase & InDatabase
&41;
}
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. |