FConcertSyncSessionDatabase::GetPackageHeadRevision

Get the head revision in this database for the given package name.

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 GetPackageHeadRevision
(
    const FName InPackageName,
    int64 & OutRevision
) const

Remarks

Get the head revision in this database for the given package name.

Returns

True if the head revision was resolved, false otherwise.

Parameters

Parameter

Description

InPackageName

The name of the package to get the head revision for.

OutRevision

The package revision 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