Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/Replication > API/Plugins/ConcertSyncCore/Replication/Processing
Inheritance Hierarchy
- IReplicationCacheUser
- FReplicationDataQueuer
References
| Module | ConcertSyncCore |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Replication/Processing/ObjectReplicationCache.h |
| Include | #include "Replication/Processing/ObjectReplicationCache.h" |
Syntax
class IReplicationCacheUser
Remarks
Interface for objects that want to latently use received FConcertObjectReplicationEvent data. The data is continuously updated until it is consumed.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | OnCachedDataUpdated
(
const FConcertReplicatedObjectId& Object, |
This function is called when new data is received while this cache user is still holding on to an object previously received with OnDataCached. | |
| void | OnDataCached
(
const FConcertReplicatedObjectId& Object, |
Called when data that is interesting to this user becomes available. | |
| bool | WantsToAcceptObject
(
const FConcertReplicatedObjectId& Object |