FConcertSyncSessionDatabase::SetTransactionActivity

Set a transaction activity in this database, creating or replacing it.

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 SetTransactionActivity
(
    const FConcertSyncTransactionActivity & InTransactionActivity,
    const bool bMetaDataOnly
)

Remarks

Set a transaction activity in this database, creating or replacing it. @note The endpoint ID referenced by the activity must exist in the database (

Returns

True if the transaction activity was set, false otherwise.

Parameters

Parameter

Description

InTransactionActivity

The transaction activity to set.

bMetaDataOnly

True to store the meta data only, omitting the transaction data required to replay the transaction.

See Also

SetEndpoint). @note This function is expected to be called on the client to populate its version of the session database from data synced from the server.

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