Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
Meta data for a package event in a Concert Sync Session.
| Name | FConcertSyncPackageEventMetaData |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertSyncSessionTypes.h |
| Include Path | #include "ConcertSyncSessionTypes.h" |
Syntax
USTRUCT ()
struct FConcertSyncPackageEventMetaData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PackageInfo | FConcertPackageInfo | Contains information about the package event such as the package name, the event type, if this was triggered by an auto-save, etc. | ConcertSyncSessionTypes.h | |
| PackageRevision | int64 | The revision of this package within the session. | ConcertSyncSessionTypes.h |