Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/FReplicationDataQueuer
Description
Iterates the objects that must be processed for replication.
It allows the extraction of the data using IReplicationDataItem. If the data is extracted, the data is "dequeued", i.e. will not be passed again in subsequent calls to ConsumePendingObjects unless new data becomes available.
Virtual Inheritance
- IReplicationDataSource::ConsumePendingObjects → FReplicationDataQueuer::ConsumePendingObjects
| Name | ConsumePendingObjects |
| 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 ConsumePendingObjects
(
TFunctionRef < void &Info , IReplicationDataItem &Item)> InProcess
)