Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/Replication > API/Plugins/ConcertSyncCore/Replication/Data
References
| Module | ConcertSyncCore |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Replication/Data/ReplicationStream.h |
| Include | #include "Replication/Data/ReplicationStream.h" |
Syntax
USTRUCT ()
struct FConcertBaseStreamInfo
Remarks
Holds the base info of a replication stream: it knows the data that was registered to be sent and at what frequency.
This struct exists to future proof the change UE-190167, which will add UObject rule objects to streams. When that happens, this struct holds all non-UObject data for the stream.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FConcertStreamFrequencySettings | FrequencySettings | Determines how often updates are sent for objects. | |
| FGuid | Identifier | Unique id for this stream. | |
| FConcertObjectReplicationMap | ReplicationMap | Identifies the data that this stream will send. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FConcertBaseStreamInfo | Util for efficiently cloning stream info and optionally skipping some info. |