FConcertSyncSessionDatabase::AddDummyPackageEvent

Add a new dummy package event to this database, assigning it a package event ID.

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

Remarks

Add a new dummy package event to this database, assigning it a package event ID. @note These are use to fence live transactions without generating a full activity entry (eg, when saving packages locally on the client during a persist operation).

Returns

True if the package event was added, false otherwise.

Parameters

Parameter

Description

InPackageName

The name of the package to add the event for.

OutPackageEventId

Populated with the ID of the package event in the database.

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