Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
References
| Module | ConcertSyncCore |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertWorkspaceMessages.h |
| Include | #include "ConcertWorkspaceMessages.h" |
Syntax
USTRUCT&40;&41;
struct FConcertSyncEventRequest
Remarks
Request to sync an event that was partially synced on the client but for which the full data is required for inspection. FConcertSyncEventResponse is the corresponding response.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int64 | EventId | The ID of the event to sync. | |
| EConcertSyncActivityEventType | EventType | The type of event to sync. Only Package and Transaction event types are supported. |