Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
Inheritance Hierarchy
- FConcertSyncActivity
- FConcertSyncConnectionActivity
- FConcertSyncLockActivity
- FConcertSyncPackageActivity
- FConcertSyncTransactionActivity
References
| Module | ConcertSyncCore |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertSyncSessionTypes.h |
| Include | #include "ConcertSyncSessionTypes.h" |
Syntax
USTRUCT ()
struct FConcertSyncActivity
Remarks
Data for an activity entry in a Concert Sync Session
Variables
| Type | Name | Description | |
|---|---|---|---|
| int64 | ActivityId | The ID of the activity | |
| bool | bIgnored | True if this activity is included for tracking purposes only, and can be ignored when migrating a database | |
| FGuid | EndpointId | The ID of the endpoint that produced the activity | |
| int64 | EventId | The ID of the event associated with this activity ( | |
| FConcertSessionSerializedPayload | EventSummary | The minimal summary of the event associated with this activity ( | |
| FDateTime | EventTime | The time at which the activity was produced (UTC) | |
| EConcertSyncActivityEventType | EventType | The type of this activity | |
| EConcertSyncActivityFlags | Flags | Additional information about this activity |