FConcertSyncSessionDatabase::IsHeadRevisionPackageEvent

Check whether the given package event ID is currently for the head revision of the package in the event.

Windows
MacOS
Linux

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

Syntax

bool IsHeadRevisionPackageEvent
(
    const int64 InPackageEventId,
    bool & OutIsHeadRevision
) const

Remarks

Check whether the given package event ID is currently for the head revision of the package in the event.

Returns

True if the package event ID was queried successfully, false otherwise.

Parameters

Parameter

Description

InPackageEventId

The ID of the package event to check.

OutIsHeadRevision

Bool to populate with the result.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss