Navigation
Unreal Engine C++ API Reference > Plugins > ConcertSyncCore > FConcertSyncSessionDatabase
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 |
bool MapObjectNamesForTransaction
&40;
const int64 InTransactionEventId,
const FConcertTransactionFinalizedEvent & InTransactionEvent
&41;
Remarks
Map the object path names in the given transaction so that they have an association with the given transaction event ID in this database. True if the object path name references were mapped, false otherwise.
Parameters
Name | Description |
---|---|
InTransactionEventId | The transaction event ID to map object references to. |
InTransactionEvent | The transaction containing potential object references. |