FConcertIgnoreActivityStateChangedEvent

Sets the specified client 'ignore on restore' state for further activities.

Windows
MacOS
Linux

References

Module

ConcertSyncCore

Header

/Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertWorkspaceMessages.h

Include

#include "ConcertWorkspaceMessages.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)()
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

Name Description

Public variable UProperty

bool

 

bIgnore

Public variable UProperty

FGuid

 

EndpointId

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