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/ChangeStream.h |
| Include | #include "Replication/Messages/ChangeStream.h" |
Syntax
USTRUCT ()
struct FConcertReplication_ChangeStream_Frequency
Remarks
Changes to set to make to the stream's replication frequency.
Variables
| Type | Name | Description | |
|---|---|---|---|
| EConcertReplicationChangeFrequencyFlags | Flags | ||
| FConcertObjectReplicationSettings | NewDefaults | Only applied if Flags contains the SetDefaults flag. | |
| TMap< FSoftObjectPath, FConcertObjectReplicationSettings > | OverridesToAdd | Adds the specified overrides. | |
| TMap< FSoftObjectPath, FConcertObjectReplicationSettings > | OverridesToPut | Replaces the entire overrides with this content. | |
| TSet< FSoftObjectPath > | OverridesToRemove | Removes the specified overrides. |