Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/IReplicationCacheUser
Description
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, the Data will be combined and OnCachedDataUpdated called.
Derived Overrides
| Name | OnDataCached |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Replication/Processing/ObjectReplicationCache.h |
| Include Path | #include "Replication/Processing/ObjectReplicationCache.h" |
void OnDataCached
(
const FConcertReplicatedObjectId & Object,
FSequenceId SequenceId,
TSharedRef < const FConcertReplication_ObjectReplicationEvent > Data
)