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_StreamReplicationEvent
Remarks
Contains data produced by a specific replication stream.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FConcertReplication_ObjectReplicationEvent > | ReplicatedObjects | The objects replicated by this event | |
| FGuid | StreamId | The stream that produced this data. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FConcertReplication_StreamReplicationEvent
(
const FGuid& StreamId |