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 GetPackageEventMetaData
&40;
const int64 InPackageEventId,
int64 & OuptPackageRevision,
FConcertPackageInfo & OutPackageInfo
&41; const
Remarks
Get a package event meta data (omitting the package data itself) from this database. True if the package event was found, false otherwise.
Parameters
Name | Description |
---|---|
InPackageEventId | The ID of the package event to find. |
OuptPackageRevision | The package revision number. |
OutPackageInfo | The Package info. |