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