FConcertSyncSessionDatabase::GetPackageEventMetaData

Get a package event meta data (omitting the package data itself) from this database.

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 GetPackageEventMetaData
(
    const int64 InPackageEventId,
    int64 & OuptPackageRevision,
    FConcertPackageInfo & OutPackageInfo
) const

Remarks

Get a package event meta data (omitting the package data itself) from this database.

Returns

True if the package event was found, false otherwise.

Parameters

Parameter

Description

InPackageEventId

The ID of the package event to find.

OuptPackageRevision

The package revision number.

OutPackageInfo

The Package info.

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