Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
References
| Module | ConcertSyncCore |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertDataStoreMessages.h |
| Include | #include "ConcertDataStoreMessages.h" |
Syntax
USTRUCT ()
struct FConcertDataStore_ReplicateEvent
Remarks
The event message sent by the server to the client to perform the initial replication, sending all currently stored key/value pairs to a new session client(s) or to notify any further changes, pushing an updated key/value pair to all clients except the one who performed the change.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FConcertDataStore_KeyValuePair > | Values | The initial values or the values that recently changed. |