Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/Replication > API/Plugins/ConcertSyncCore/Replication/Messages
References
| Module | ConcertSyncCore |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Replication/Messages/ObjectReplication.h |
| Include | #include "Replication/Messages/ObjectReplication.h" |
Syntax
USTRUCT ()
struct FConcertReplication_BatchReplicationEvent
Remarks
Contains multiple objects to be replicated. Sent from
- Authoritative client to server
- Server to clients. Every event may be customized for each client (clients can choose to ignore object updates).
TODO DP UE-193261: This should be split up into FConcertBatchReplicationEvent_ToServer and FConcertBatchReplicationEvent_ToClient; clients do not need FConcertStreamReplicationEvent::StreamId.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FConcertReplication_StreamReplicationEvent > | Streams | The objects replicated by this event |