IConcertClientWorkspace::FindOrRequestTransactionEvent

Lookup the specified transaction events.

Windows
MacOS
Linux

References

Module

ConcertSyncClient

Header

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

Include

#include "IConcertClientWorkspace.h"

Syntax

TFuture< TOptional< FConcertSyncTransactionEvent > > FindOrRequestTransactionEvent
(
    const int64 TransactionEventId,
    const bool bMetaDataOnly
)

Remarks

Lookup the specified transaction events. By default, some transaction activities are partially synced (only the summary) when the system detects that the transaction was superseded by another one.

Returns

A future containing the event, if found. If bMetaDataOnly is false and the event was partially synced (because it was superseded by another one) the function will perform an asynchronous server request to get the transaction data. @note If only the meta data is required, consider using FindTransactionEvent() as it is more efficient.

Parameters

Parameter

Description

TransactionEventId

ID of the transaction to look for.

bMetaDataOnly

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

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