Navigation
API > API/Plugins > API/Plugins/ConcertSyncClient > API/Plugins/ConcertSyncClient/IConcertClientReplicationManager
Description
Called after updating any local state in response to the server notifying us that the local client's content was remotely edited. This executes after OnPreStreamsChanged, OnPreAuthorityChanged, and OnPreSyncControlChanged, which may also get triggered depending on the change.
| Name | OnPostRemoteEditApplied |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/Replication/IConcertClientReplicationManager.h |
| Include Path | #include "Replication/IConcertClientReplicationManager.h" |
FOnRemoteEditApplied & OnPostRemoteEditApplied()