Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/Replication > API/Plugins/ConcertSyncCore/Replication/FSyncControlState
References
| Module | ConcertSyncCore |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Replication/SyncControlState.h |
| Include | #include "Replication/SyncControlState.h" |
template<CObjectInStreamInvocable TOnAllowed, CObjectInStreamInvocable TOnDisallowed>
void ApplyOrRevertRestoreContentResponse
(
const FPredictedObjectRemoval & ObjectsRemovedInRequest,
const FConcertReplication_RestoreContent_Response & Response,
TOnAllowed && OnAllowed,
TOnDisallowed && OnDisallowed
)
Remarks
Looks at the response
- if the change failed, reverts the predictively removed sync control.
- if the change succeeded, appends the contained sync control.