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 IsHeadRevisionPackageEvent
&40;
const int64 InPackageEventId,
bool & OutIsHeadRevision
&41; const
Remarks
Check whether the given package event ID is currently for the head revision of the package in the event. True if the package event ID was queried successfully, false otherwise.
Parameters
Name | Description |
---|---|
InPackageEventId | The ID of the package event to check. |
OutIsHeadRevision | Bool to populate with the result. |