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 GetPackageInfoForRevision
&40;
const FName InPackageName,
FConcertPackageInfo & OutPackageInfo,
const int64 &42; InPackageRevision
&41; const
Remarks
Get the data from this database for the given package name for the given revision. True if package data could be found for the given revision, false otherwise.
Parameters
Name | Description |
---|---|
InPackageName | The name of the package to get the head revision for. |
OutPackageInfo | The package info to populate with the result. |
InPackageRevision | The revision of the package to get the data for, or null to get the head revision. |