Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/Replication
Filters
Classes
| Type | Name | Description | |
|---|---|---|---|
| FCacheStoreStats | |||
| FObjectReplicationCache | This is an intermediate place for received data to live before it is further processed. | ||
| FObjectReplicationProcessor | Responsible for prioritizing a list of objects and processing them. | ||
| FObjectReplicationReceiver | Receives replicated object data from all message endpoints and stores it in a FObjectReplicationCache. | ||
| FObjectReplicationSender | Sends object data to a specific endpoint ID. | ||
| FPendingObjectReplicationInfo | |||
| FProcessObjectsParams | Params for FObjectReplicationProcessor::ProcessObjects. | ||
| FReplicationDataQueuer | Holds on to events received from remote endpoints and exposes them as a source. | ||
| IReplicationCacheUser | Interface for objects that want to latently use received FConcertObjectReplicationEvent data. | ||
| IReplicationDataSource | Responsible for obtaining replication data. |