Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/IReplicationDataSource
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.
Derived Overrides
| Name | ConsumePendingObjects |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Replication/Processing/IReplicationDataSource.h |
| Include Path | #include "Replication/Processing/IReplicationDataSource.h" |
void ConsumePendingObjects
(
TFunctionRef < void &Info , IReplicationDataItem &Item)> InProcess
)