Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/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 AddPersistEventForHeadRevision
&40;
FName InPackageName,
int64 & OutPersistEventId
&41;
Remarks
Add a package event ID for the head revision to the persist events in this database, if not already existing. True if the persist event was added, false otherwise.
Parameters
| Name | Description |
|---|---|
| PackageName | The package name to add an event for. |
| OutPersistEventId | Populated with the ID of the persist event in the database. |