Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/Replication > API/Plugins/ConcertSyncCore/Replication/Data > API/Plugins/ConcertSyncCore/Replication/Data/FConcertObjectReplicationSetting-
References
| Module | ConcertSyncCore |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Replication/Data/ReplicationFrequencySettings.h |
| Include | #include "Replication/Data/ReplicationFrequencySettings.h" |
UE::ConcertSyncCore::ECanProcessObject CanProcessObject
(
const double LastTimeProcessed,
const double Now
) const
Remarks
Whether an object with this config can be replicated given the current time and the time it was last replicated.
Parameters
| Name | Description |
|---|---|
| LastTimeProcessed | The time the object was last processed - past result of FPlatformTime::Seconds() |
| Now | The current time - result of FPlatformTime::Seconds(). Pass this in to avoid excessive time spent on timing |