Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
Changes to set to make to the stream's replication frequency.
| Name | FConcertReplication_ChangeStream_Frequency |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Replication/Messages/ChangeStream.h |
| Include Path | #include "Replication/Messages/ChangeStream.h" |
Syntax
USTRUCT ()
struct FConcertReplication_ChangeStream_Frequency
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Flags | EConcertReplicationChangeFrequencyFlags | Replication/Messages/ChangeStream.h | ||
| NewDefaults | FConcertObjectReplicationSettings | Only applied if Flags contains the SetDefaults flag. | Replication/Messages/ChangeStream.h | |
| OverridesToAdd | TMap< FSoftObjectPath, FConcertObjectReplicationSettings > | Adds the specified overrides. | Replication/Messages/ChangeStream.h | |
| OverridesToPut | TMap< FSoftObjectPath, FConcertObjectReplicationSettings > | Replaces the entire overrides with this content. | Replication/Messages/ChangeStream.h | |
| OverridesToRemove | TSet< FSoftObjectPath > | Removes the specified overrides. | Replication/Messages/ChangeStream.h |