FConcertSyncSessionDatabase::GetPackageActivityForEvent

Get a package activity for an event in 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 GetPackageActivityForEvent
(
    const int64 InPackageEventId,
    const TFunctionRef< void &&, FConcertSyncPackageEventData &)> & PackageActivityFn
) const

Remarks

Get a package activity for an event in this database.

Returns

True if the package activity was found, false otherwise.

Parameters

Parameter

Description

InPackageEventId

The ID of the package event to find the activity for.

PackageActivityFn

A callback invoked with the package activity components (the base activity part and the event part). @note The package data stream passed to the callback through the FConcertSycnPackageEventData is only valid during the callback.

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