Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/Replication > API/Plugins/ConcertSyncCore/Replication/Processing > API/Plugins/ConcertSyncCore/Replication/Processing/IReplicationCacheUser
- IReplicationCacheUser::OnDataCached()
- FReplicationDataQueuer::OnDataCached()
References
| Module | ConcertSyncCore |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Replication/Processing/ObjectReplicationCache.h |
| Include | #include "Replication/Processing/ObjectReplicationCache.h" |
void OnDataCached
(
const FConcertReplicatedObjectId & Object,
TSharedRef < const FConcertReplication_ObjectReplicationEvent > Data
)
Remarks
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, Data will be combined to contain any new data.