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/ReplicationFrequencySettings.h |
| Include | #include "Replication/Data/ReplicationFrequencySettings.h" |
Syntax
USTRUCT ()
struct FConcertObjectReplicationSettings
Remarks
Specifies replication frequency settings for a single object.
Variables
| Type | Name | Description | |
|---|---|---|---|
| EConcertObjectReplicationMode | ReplicationMode | Controls how often this object should be replicated. | |
| uint8 | ReplicationRate | How often per second the object is supposed to be replicated per second. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UE::ConcertSyncCore::ECanProcessObject | CanProcessObject
(
const double LastTimeProcessed, |
Whether an object with this config can be replicated given the current time and the time it was last replicated. | |
| double | Gets the time to wait between frames replicating an object with this config. | ||
| bool | IsValid () |