IConcertClientWorkspace::SetIgnoreOnRestoreFlagForEmittedActivities

Controls whether the activities emitted to the server through this workspace are marked as 'ignored on restore'.

Windows
MacOS
Linux

References

Module

ConcertSyncClient

Header

/Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/IConcertClientWorkspace.h

Include

#include "IConcertClientWorkspace.h"

Syntax

void SetIgnoreOnRestoreFlagForEmittedActivities
(
    bool bIgnore
)

Remarks

Controls whether the activities emitted to the server through this workspace are marked as 'ignored on restore'. By default, all activities are marked as 'restorable'. When the workspace 'ignore' state is true, the events emitted are recorded by the server, but are marked as 'should not restore'. Non-restorable activities are used for inspection. @note This was implemented to prevent multi-users transactions from being restored by disaster recovery in case of a crash during as multi-user session.

Parameters

Parameter

Description

bIgnore

Whether all further events emitted are marked as 'ignored on restore'.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss