Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/FConcertSyncSessionDatabase
Description
Set a transaction activity in this database, creating or replacing it.
The endpoint ID referenced by the activity must exist in the database (
This function is expected to be called on the client to populate its version of the session database from data synced from the server.
| Name | SetTransactionActivity |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertSyncSessionDatabase.h |
| Include Path | #include "ConcertSyncSessionDatabase.h" |
| Source | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Private/ConcertSyncSessionDatabase.cpp |
bool SetTransactionActivity
(
const FConcertSyncTransactionActivity & InTransactionActivity,
const bool bMetaDataOnly
)
True if the transaction activity was set, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| 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).