Navigation
API > API/Plugins > API/Plugins/ConcertSyncClient
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
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | ||
![]() ![]() |
bool | ||
![]() ![]() |
bool | ||
![]() ![]() |
bool | ||
![]() |
void | SetSequencerPlaybackSync
(
bool bEnable |
Set the playback syncing option in Multi-User which syncs playback across user for opened sequencer. |
![]() |
void | SetSequencerRemoteClose
(
bool bEnable |
Set the remote close option in Multi-User which closes Sequencer for this user when the sequence is closed by a remote user. |
![]() |
void | SetSequencerRemoteOpen
(
bool bEnable |
Set the remote open option in Multi-User which opens Sequencer for other users when this option is enabled on both user machines. |
![]() |
void | SetUnrelatedSequencerTimelineSync
(
bool bEnable |
Set the unrelated timeline syncing option in Multi-User which syncs time from any remote sequence. |