ConcertSyncSessionDatabaseFilterUtil::TransactionEventPassesFilter

Check to see whether the transaction 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::TransactionEventPassesFilter
    (
        const int64 InTransactionEventId,
        const FConcertSessionFilter & InSessionFilter,
        const FConcertSyncSessionDatabase & InDatabase
    )
}

Remarks

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

Returns

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

Parameters

Parameter

Description

InTransactionEventId

The ID of the transaction 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