Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
Contains data produced by a specific replication stream.
| Name | FConcertReplication_StreamReplicationEvent |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Replication/Messages/ObjectReplication.h |
| Include Path | #include "Replication/Messages/ObjectReplication.h" |
Syntax
USTRUCT ()
struct FConcertReplication_StreamReplicationEvent
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Replication/Messages/ObjectReplication.h | |||
FConcertReplication_StreamReplicationEvent
(
const FGuid& StreamId |
Replication/Messages/ObjectReplication.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ReplicatedObjects | TArray< FConcertReplication_ObjectReplicationEvent > | The objects replicated by this event | Replication/Messages/ObjectReplication.h | |
| StreamId | FGuid | The stream that produced this data. | Replication/Messages/ObjectReplication.h |