Navigation
Unreal Engine C++ API Reference > Plugins > ConcertSyncCore
References
Module | ConcertSyncCore |
Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertWorkspaceMessages.h |
Include | #include "ConcertWorkspaceMessages.h" |
Syntax
USTRUCT&40;&41;
struct FConcertIgnoreActivityStateChangedEvent
Remarks
Sets the specified client 'ignore on restore' state for further activities. The 'ignored' flag can be raised to mark a series of activities as 'should not be restored'.
This can be used to record and monitor session activities for inspection purpose, for example allowing disaster recovery to record what happens in a multi-user session without restoring such activities in case of crash (because they occurred in a transient sandbox).
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | bIgnore | |
![]() ![]() |
FGuid | EndpointId |