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 MapPackageNamesForTransaction
&40;
const int64 InTransactionEventId,
const FConcertTransactionFinalizedEvent & InTransactionEvent
&41;
Remarks
Map the package names in the given transaction so that they have an association with the given transaction event ID in this database. True if the package name references were mapped, false otherwise.
Parameters
Name | Description |
---|---|
InTransactionEventId | The transaction event ID to map package references to. |
InTransactionEvent | The transaction containing potential package references. |