IConcertClientWorkspace::FindPackageEvent

Lookup the specified package event.

Windows
MacOS
Linux

References

Module

ConcertSyncClient

Header

/Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/IConcertClientWorkspace.h

Include

#include "IConcertClientWorkspace.h"

Syntax

bool FindPackageEvent
(
    const int64 PackageEventId,
    FConcertSyncPackageEventMetaData & OutPackageEvent
) const

Remarks

Lookup the specified package event.

Returns

Whether the package event meta data was found.

Parameters

Parameter

Description

PackageEventId

ID of the package to look for.

OutPackageEvent

Information about the package except the package data itself.

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