Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/FReplicationDataQueuer
Description
Called when data that is interesting to this user becomes available.
The user can keep hold of Data until it is used, at which point it just let's Data get out of scope. If new data is received while this user is referencing Data, the Data will be combined and OnCachedDataUpdated called.
Virtual Inheritance
- IReplicationCacheUser::OnDataCached → FReplicationDataQueuer::OnDataCached
| Name | OnDataCached |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Replication/Processing/ReplicationDataQueuer.h |
| Include Path | #include "Replication/Processing/ReplicationDataQueuer.h" |
| Source | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Private/Replication/Processing/ReplicationDataQueuer.cpp |
virtual void OnDataCached
(
const FConcertReplicatedObjectId & Object,
FSequenceId SequenceId,
TSharedRef < const FConcertReplication_ObjectReplicationEvent > Data
)