FConcertSyncSessionDatabase::GetPackageEvent

Get a package event 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 GetPackageEvent
(
    const int64 InPackageEventId,
    const TFunctionRef< void &)> & PackageEventFn
) const

Remarks

Get a package event 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.

PackageEventFn

The callback invoked with the package event containing the event meta data and the package data if available.

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