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 GetPackageDataForRevision
&40;
const FName InPackageName,
const TFunctionRef< void(const FConcertPackageInfo &, FConcertPackageDataStream &)> & InCallback,
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. |
InCallback | A callback invoked with the package info and package data. |
InPackageRevision | The revision of the package to get the data for, or null to get the head revision. |