FConcertSyncSessionDatabase::UpdatePackageEvent

Update the specified package event.

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 UpdatePackageEvent
(
    const int64 InPackageEventId,
    FConcertSyncPackageEventData & PackageEvent
)

Remarks

Update the specified package event. @note The function is meant to be update a partially synced package event to store the corresponding package data.

Returns

True if the package was updated.

Parameters

Parameter

Description

InPackageEventId

The ID of the event to update.

PackageEvent

The event to store.

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