FConcertSyncSessionDatabase::UpdateTransactionEvent

Update the specified transaction event.

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

bool UpdateTransactionEvent
(
    const int64 InTransactionEventId,
    const FConcertSyncTransactionEvent & InTransactionEvent
)

Remarks

Update the specified transaction event. @note The function is meant to update a transaction event that was partially synced to store the corresponding transaction data.

Returns

True if the transaction was updated.

Parameters

Parameter

Description

InTransactionEventId

The ID of the event to update.

InTransactionEvent

The event to store.

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