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 ()
struct FConcertSyncEventResponse
Remarks
Response to a FConcertSyncEventRequest request.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FConcertSessionSerializedPayload | Event | The payload contains the event corresponding to the requested event type like FConcertSyncTransactionEvent/FConcertSyncPackageEvent or an empty payload if the request failed. |