FConcertSyncEventRequest

Request to sync an event that was partially synced on the client but for which the full data is required for inspection.

Windows
MacOS
Linux

References

Module

ConcertSyncCore

Header

/Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertWorkspaceMessages.h

Include

#include "ConcertWorkspaceMessages.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)()
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

Name Description

Public variable UProperty

int64

 

EventId

The ID of the event to sync.

Public variable UProperty

EConcertSyncAct...

 

EventType

The type of event to sync. Only Package and Transaction event types are supported.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss