IConcertClientSequencerManager

Sequencer manager that is held by the client sync module that keeps track of open sequencer UIs, regardless of whether a session is open or not Events are registered to client sessions that will then operate on any tracked sequencer UIs

Windows
MacOS
Linux

References

Module

ConcertSyncClient

Header

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

Include

#include "IConcertClientSequencerManager.h"

Syntax

class IConcertClientSequencerManager

Remarks

Sequencer manager that is held by the client sync module that keeps track of open sequencer UIs, regardless of whether a session is open or not Events are registered to client sessions that will then operate on any tracked sequencer UIs

Destructors

Functions

Name Description

Public function Const

bool

 

IsSequencerPlaybackSyncEnabled()

Public function Const

bool

 

IsSequencerRemoteOpenEnabled()

Public function Const

bool

 

IsUnrelatedSequencerTimelineSyncEnabled()

Public function

void

 

SetSequencerPlaybackSync

(
    bool bEnable
)

Set the playback syncing option in Multi-User which syncs playback across user for opened sequencer.

Public function

void

 

SetSequencerRemoteOpen

(
    bool bEnable
)

Set the remote open option in Multi-User which open sequencer for other user when this option is enabled on both user machines.

Public function

void

 

SetUnrelatedSequencerTimelineSync

(
    bool bEnable
)

Set the unrelated timeline syncing option in Multi-User which syncs time from any remote sequence.

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