Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/FConcertSyncSessionDatabase
Description
Add a new dummy package event to this database, assigning it a package event ID.
These are use to fence live transactions without generating a full activity entry (eg, when saving packages locally on the client during a persist operation).
| Name | AddDummyPackageEvent |
| 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 AddDummyPackageEvent
(
const FName InPackageName,
int64 & OutPackageEventId
)
True if the package event was added, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| InPackageName | The name of the package to add the event for. |
| OutPackageEventId | Populated with the ID of the package event in the database. |