Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/FFrequencyTracker
Description
Called when an object is processed. This is allowed to be called even if TrackAndCheckObject reported it being too early to process the object.
| Name | OnProcessObject |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Replication/Processing/Proxy/FrequencyTracker.h |
| Include Path | #include "Replication/Processing/Proxy/FrequencyTracker.h" |
| Source | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Private/Replication/Processing/Proxy/FrequencyTracker.cpp |
void OnProcessObject
(
const FConcertObjectInStreamID & Object,
const FPlatformSecondsTimestamp NowAsPlatformSeconds
)
Parameters
| Name | Remarks |
|---|---|
| Object | The object that was processed |
| NowAsPlatformSeconds | The current time - result of FPlatformTime::Seconds(). Pass this in to avoid excessive time spent on timing. |