ConcertSyncSessionDatabaseFilterUtil::PackageEventPassesFilter

Check to see whether the package event with the given ID passes the given filter.

Windows
MacOS
Linux

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

Syntax

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.

Returns

True if the package event passes the filter, false otherwise.

Parameters

Parameter

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss