FConcertSyncSessionDatabase::AddPersistEventForHeadRevision

Add a package event ID for the head revision to the persist events in this database, if not already existing.

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 AddPersistEventForHeadRevision
(
    FName InPackageName,
    int64 & OutPersistEventId
)

Remarks

Add a package event ID for the head revision to the persist events in this database, if not already existing.

Returns

True if the persist event was added, false otherwise.

Parameters

Parameter

Description

PackageName

The package name to add an event for.

OutPersistEventId

Populated with the ID of the persist 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