Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
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.
| Name | FConcertSyncEventRequest |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertWorkspaceMessages.h |
| Include Path | #include "ConcertWorkspaceMessages.h" |
Syntax
USTRUCT ()
struct FConcertSyncEventRequest
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EventId | int64 | The ID of the event to sync. | ConcertWorkspaceMessages.h | |
| EventType | EConcertSyncActivityEventType | The type of event to sync. Only Package and Transaction event types are supported. | ConcertWorkspaceMessages.h |