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 | |||
| bool | |||
| void | Resume sequencer pacing on this client if the console variable is enabled. | ||
| float | |||
| void | SetSequencerPacingDuration
(
float Duration |
Sets the sequencer pacing duration value. | |
| void | SetSequencerPacingEnabled
(
bool bEnable |
Specifies the sequencer pacing behavior while in a session. | |
| 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. | |
| void | Temporarily suspend sequencer pacing on this client. |