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 GetPackageHeadRevision
&40;
const FName InPackageName,
int64 & OutRevision
&41; const
Remarks
Get the head revision in this database for the given package name. True if the head revision was resolved, false otherwise.
Parameters
| Name | Description |
|---|---|
| InPackageName | The name of the package to get the head revision for. |
| OutRevision | The package revision to populate with the result. |