IConcertClientWorkspace::FindTransactionEvent

Lookup the specified transaction event.

Windows
MacOS
Linux

References

Module

ConcertSyncClient

Header

/Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/IConcertClientWorkspace.h

Include

#include "IConcertClientWorkspace.h"

Syntax

bool FindTransactionEvent
(
    const int64 TransactionEventId,
    FConcertSyncTransactionEvent & OutTransactionEvent,
    const bool bMetaDataOnly
) const

Remarks

Lookup the specified transaction event.

Returns

Whether the transaction event was found and requested data available. If bMetaDataOnly is false and the event was partially synced (because it was superseded by another one), the function returns false.

Parameters

Parameter

Description

TransactionEventId

ID of the transaction to look for.

OutTransactionEvent

The transaction corresponding to TransactionEventId if found.

bMetaDataOnly

True to extract the event meta-data only (title, ids, etc), false to get the full transaction data (to reapply/inspect it).

See Also

FindOrRequestTransactionEvent()if the full transaction data is required. @note This function is more efficient to [use](API\Runtime\Engine\use)if only the meta data is required.

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