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