Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/Replication > API/Plugins/ConcertSyncCore/Replication/Processing > API/Plugins/ConcertSyncCore/Replication/Processing/FReplicationDataQueuer
- IReplicationCacheUser::OnCachedDataUpdated()
- FReplicationDataQueuer::OnCachedDataUpdated()
References
| Module | ConcertSyncCore |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Replication/Processing/ReplicationDataQueuer.h |
| Include | #include "Replication/Processing/ReplicationDataQueuer.h" |
| Source | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Private/Replication/Processing/ReplicationDataQueuer.cpp |
virtual void OnCachedDataUpdated
(
const FConcertReplicatedObjectId & Object,
FSequenceId SequenceId
)
Remarks
This function is called when new data is received while this cache user is still holding on to an object previously received with OnDataCached.
Parameters
| Name | Description |
|---|---|
| Object | The object for which data was updated. |
| SequenceId | The ID of the event data that was combined |