USequencerSettings

Serializable options for sequencer.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Sequencer

Header

/Engine/Source/Editor/Sequencer/Public/SequencerSettings.h

Include

#include "SequencerSettings.h"

Syntax

class USequencerSettings : public UObject

Remarks

Serializable options for sequencer.

Variables

Name Description

Protected variable

EAllowEditsMode

 

AllowEditsMode

Allow edits mode.

Protected variable

EAutoChangeMode

 

AutoChangeMode

The auto change mode (auto-key, auto-track or none).

Protected variable

bool

 

bActivateRealtimeViewports

When enabled, sequencer will activate 'Realtime' in viewports

Protected variable

bool

 

bAutoScrollEnabled

Enable or disable auto scroll in the timeline when playing.

Protected variable

bool

 

bAutoSetTrackDefaults

Whether or not track defaults will be automatically set when modifying tracks.

Protected variable

bool

 

bCleanPlaybackMode

When enabled, sequencer will playback in clean mode (game view, hide viewport UI)

Protected variable

bool

 

bCompileDirectorOnEvaluate

Whether to recompile the director blueprint when the sequence is evaluated (if one exists)

Protected variable

bool

 

bCreateSpawnableCameras

Enable or disable creating of spawnable cameras whenever cameras are created.

Protected variable

bool

 

bDeleteKeysWhenTrimming

Enable or disable deleting keys that fall beyond the section range when trimming.

Protected variable

bool

 

bEvaluateSubSequencesInIsolation

When enabled, entering a sub sequence will evaluate that sub sequence in isolation, rather than from the master sequence

Protected variable

bool

 

bInfiniteKeyAreas

Enable or disable setting key area sections as infinite by default.

Protected variable

bool

 

bIsolateCurveEditorToSelection

When enabled, changing the sequencer tree selection will isolate (auto-filter) the selected nodes in the curve editor.

Protected variable

bool

 

bIsSnapEnabled

Enable or disable snapping in the timeline.

Protected variable

bool

 

bKeepCursorInPlayRange

Enable or disable keeping the cursor in the current playback range during playback.

Protected variable

bool

 

bKeepCursorInPlayRangeWhileScrubbing

Enable or disable keeping the cursor in the current playback range while scrubbing.

Protected variable

bool

 

bKeepPlayRangeInSectionBounds

Enable or disable keeping the playback range constrained to the section bounds.

Protected variable

bool

 

bKeyInterpPropertiesOnly

Enable or disable only keyframing properties marked with the 'Interp' keyword.

Protected variable

bool

 

bLinkCurveEditorTimeRange

Enable or disable linking the curve editor time range to the sequencer timeline's time range.

Protected variable

bool

 

bRerunConstructionScripts

When enabled, construction scripts will be rerun on bound actors for every frame

Protected variable

bool

 

bRewindOnRecord

Defines whether to jump back to the start of the sequence when a recording is started

Protected variable

bool

 

bShowChannelColors

Enable or disable displaying channel bar colors for vector properties.

Protected variable

bool

 

bShowCombinedKeyframes

Enable or disable the combined keyframes at the top node level.

Protected variable

bool

 

bShowDebugVisualization

Enable or disable showing of debug visualization.

Protected variable

bool

 

bShowOutlinerInfoColumn

Whether to show the sequencer outliner info column

Protected variable

bool

 

bShowRangeSlider

Show the in/out range in the timeline with respect to the start/end range.

Protected variable

bool

 

bShowSelectedNodesOnly

Only show selected nodes in the tree view.

Protected variable

bool

 

bSnapCurveValueToInterval

Enable or disable snapping the curve value to the curve value interval.

Protected variable

bool

 

bSnapKeysAndSectionsToPlayRange

Enable or disable keeping keys and sections in the playback range.

Protected variable

bool

 

bSnapKeyTimesToInterval

Enable or disable snapping keys to the time snapping interval.

Protected variable

bool

 

bSnapKeyTimesToKeys

Enable or disable snapping keys to other keys.

Protected variable

bool

 

bSnapPlayTimeToDraggedKey

Enable or disable snapping the current time to the dragged key.

Protected variable

bool

 

bSnapPlayTimeToInterval

Enable or disable snapping the current time to the time snapping interval while scrubbing.

Protected variable

bool

 

bSnapPlayTimeToKeys

Enable or disable snapping the current time to keys of the selected track while scrubbing.

Protected variable

bool

 

bSnapPlayTimeToPressedKey

Enable or disable snapping the current time to the pressed key.

Protected variable

bool

 

bSnapSectionTimesToInterval

Enable or disable snapping sections to the time snapping interval.

Protected variable

bool

 

bSnapSectionTimesToSections

Enable or disable snapping sections to other sections.

Protected variable

bool

 

bSynchronizeCurveEditorSelection

When enabled, changing the sequencer tree selection will also select the relevant nodes in the curve editor tree if possible.

Protected variable

bool

 

bVisualizePreAndPostRoll

Enable or disable showing of pre and post roll visualization.

Protected variable

float

 

CurveValueSnapInterval

The curve value interval to snap to.

Protected variable

EFrameNumberDis...

 

FrameNumberDisplayFormat

What format do we display time in to the user?

Protected variable

TOptional< floa...

 

GridSpacing

Grid line spacing state

Protected variable

EKeyGroupMode

 

KeyGroupMode

Key group mode.

Protected variable

EMovieSceneKeyI...

 

KeyInterpolation

The interpolation type for newly created keyframes

Protected variable

TEnumAsByte< ES...

 

LoopMode

The loop mode of the playback in timeline.

Protected variable

FOnAllowEditsMo...

 

OnAllowEditsModeChangedEvent

Protected variable

FOnEvaluateSubS...

 

OnEvaluateSubSequencesInIsolationChangedEvent

Protected variable

FOnLoopStateCha...

 

OnLoopStateChangedEvent

Protected variable

FOnShowSelected...

 

OnShowSelectedNodesOnlyChangedEvent

Protected variable

TEnumAsByte< ES...

 

SpawnPosition

The default location of a spawnable when it is first dragged into the viewport from the content browser.

Protected variable

uint32

 

TrajectoryPathCap

Specifies the maximum number of keys to draw when rendering trajectories in viewports

Protected variable

uint8

 

ZeroPadFrames

The number of zeros to pad the frame numbers by.

Protected variable

TEnumAsByte< ES...

 

ZoomPosition

Whether to zoom in on the current position or the current time in the timeline.

Constructors

Name Description

Public function

USequencerSettings

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function Const

EAllowEditsM...

 

GetAllowEditsMode()

Gets the current allow edits mode.

Public function Const

EAutoChangeM...

 

GetAutoChangeMode()

Gets the current auto change mode.

Public function Const

bool

 

GetAutoScrollEnabled()

Gets whether or not auto-scroll is enabled when playing.

Public function Const

bool

 

GetAutoSetTrackDefaults()

Gets whether or not track defaults will be automatically set when modifying tracks.

Public function Const

bool

 

GetCleanPlaybackMode()

Public function Const

bool

 

GetCreateSpawnableCameras()

Get whether to create spawnable cameras.

Public function Const

float

 

GetCurveValueSnapInterval()

Gets the snapping interval for curve values.

Public function Const

bool

 

GetDeleteKeysWhenTrimming()

Public function Const

TOptional< f...

 

GetGridSpacing()

Gets the state for spacing between grid lines

Public function Const

bool

 

GetInfiniteKeyAreas()

Public function Const

bool

 

GetIsSnapEnabled()

Gets whether or not snapping is enabled.

Public function Const

EKeyGroupMod...

 

GetKeyGroupMode()

Returns what channels will get keyed when one channel changes

Public function Const

EMovieSceneK...

 

GetKeyInterpolation()

Gets default key interpolation.

Public function Const

bool

 

GetKeyInterpPropertiesOnly()

Gets whether or not to key interp properties only.

Public function Const

bool

 

GetLinkCurveEditorTimeRange()

Gets whether or not to link the curve editor time range.

Public function Const

ESequencerLo...

 

GetLoopMode()

Gets the loop mode.

Public function

FOnAllowEdit...

 

GetOnAllowEditsModeChanged()

Gets the multicast delegate which is run whenever the allow edits mode is changed.

Public function

FOnEvaluateS...

 

GetOnEvaluateSubSequencesInIsolationChanged()

Gets the multicast delegate which is run whenever evaluate sub sequences in isolation is changed.

Public function

FOnLoopState...

 

GetOnLoopStateChanged()

Public function

FOnShowSelec...

 

GetOnShowSelectedNodesOnlyChanged()

Public function Const

bool

 

GetShowChannelColors()

Public function Const

bool

 

GetShowCombinedKeyframes()

Public function Const

bool

 

GetShowOutlinerInfoColumn()

Gets whether to show the sequencer outliner info column

Public function Const

bool

 

GetShowRangeSlider()

Gets whether or not to show the time range slider.

Public function Const

bool

 

GetShowSelectedNodesOnly()

Gets whether or not to show selected nodes only.

Public function Const

bool

 

GetSnapCurveValueToInterval()

Gets whether or not to snap curve values to the interval.

Public function Const

bool

 

GetSnapKeysAndSectionsToPlayRange()

Public function Const

bool

 

GetSnapKeyTimesToInterval()

Gets whether or not to snap key times to the interval.

Public function Const

bool

 

GetSnapKeyTimesToKeys()

Gets whether or not to snap keys to other keys.

Public function Const

bool

 

GetSnapPlayTimeToDraggedKey()

Gets whether or not to snap the play time to the dragged key.

Public function Const

bool

 

GetSnapPlayTimeToInterval()

Gets whether or not to snap the play time to the interval while scrubbing.

Public function Const

bool

 

GetSnapPlayTimeToKeys()

Gets whether or not to snap the play time to keys while scrubbing.

Public function Const

bool

 

GetSnapPlayTimeToPressedKey()

Gets whether or not to snap the play time to the pressed key.

Public function Const

bool

 

GetSnapSectionTimesToInterval()

Gets whether or not to snap sections to the interval.

Public function Const

bool

 

GetSnapSectionTimesToSections()

Gets whether or not to snap sections to other sections.

Public function Const

ESequencerSp...

 

GetSpawnPosition()

Get initial spawn position.

Public function Const

EFrameNumber...

 

GetTimeDisplayFormat()

What format should we display the UI controls in when representing time in a sequence?

Public function Const

uint32

 

GetTrajectoryPathCap()

Public function Const

uint8

 

GetZeroPadFrames()

Get the number of digits we should zero-pad to when showing frame numbers in sequencer

Public function Const

ESequencerZo...

 

GetZoomPosition()

Get zoom in/out position (mouse position or current time).

Public function

void

 

IsolateCurveEditorToSelection

(
    bool bInIsolateCurveEditorToSelecti...
)

Assign whether we should filter the curve editor tree to only nodes that are relevant to the current sequencer selection

Public function

void

 

SetActivateRealtimeViewports

(
    bool bInActivateRealtimeViewports
)

Toggle whether to allow possession of PIE viewports

Public function

void

 

SetAllowEditsMode

(
    EAllowEditsMode AllowEditsMode
)

Sets the current auto-key mode.

Public function

void

 

SetAutoChangeMode

(
    EAutoChangeMode AutoChangeMode
)

Sets the current auto change mode.

Public function

void

 

SetAutoScrollEnabled

(
    bool bInAutoScrollEnabled
)

Sets whether or not auto-scroll is enabled when playing.

Public function

void

 

SetAutoSetTrackDefaults

(
    bool bInAutoSetTrackDefaults
)

Sets whether or not track defaults will be automatically set when modifying tracks.

Public function

void

 

SetCleanPlaybackMode

(
    bool bInCleanPlaybackMode
)

Toggle whether to playback in clean mode

Public function

void

 

SetCompileDirectorOnEvaluate

(
    bool bInCompileDirectorOnEvaluate
)

Assign whether whether to recompile the director blueprint when the sequence is evaluated (if one exists)

Public function

void

 

SetCreateSpawnableCameras

(
    bool bInCreateSpawnableCameras
)

Set whether to create spawnable cameras.

Public function

void

 

SetCurveValueSnapInterval

(
    float InCurveValueSnapInterval
)

Sets the snapping interval for curve values.

Public function

void

 

SetDeleteKeysWhenTrimming

(
    bool bInDeleteKeysWhenTrimming
)

Set whether to delete keys that fall beyond the section range when trimming

Public function

void

 

SetEvaluateSubSequencesInIsolation

(
    bool bInEvaluateSubSequencesInIsola...
)

Set whether to evaluate sub sequences in isolation

Public function

void

 

SetGridSpacing

(
    TOptional< float > InGridSpacing
)

Sets the grid line spacing state

Public function

void

 

SetInfiniteKeyAreas

(
    bool bInInfiniteKeyAreas
)

Set whether to show channel colors

Public function

void

 

SetIsSnapEnabled

(
    bool InbIsSnapEnabled
)

Sets whether or not snapping is enabled.

Public function

void

 

SetKeepCursorInPlayRange

(
    bool bInKeepCursorInPlayRange
)

Set whether or not the cursor should be kept within the playback range during playback in sequencer

Public function

void

 

SetKeepCursorInPlayRangeWhileScrubbing

(
    bool bInKeepCursorInPlayRangeWhileS...
)

Set whether or not the cursor should be kept within the playback range while scrubbing in sequencer

Public function

void

 

SetKeepPlayRangeInSectionBounds

(
    bool bInKeepPlayRangeInSectionBound...
)

Set whether or not the playback range should be synced to the section bounds

Public function

void

 

SetKeyGroupMode

(
    EKeyGroupMode
)

Sets which channels are keyed when a channel is keyed

Public function

void

 

SetKeyInterpolation

(
    EMovieSceneKeyInterpolation InKeyIn...
)

Sets default key interpolation

Public function

void

 

SetKeyInterpPropertiesOnly

(
    bool InbKeyInterpPropertiesOnly
)

Sets whether or not to key interp properties only.

Public function

void

 

SetLinkCurveEditorTimeRange

(
    bool InbLinkCurveEditorTimeRange
)

Sets whether or not to link the curve editor time range.

Public function

void

 

SetLoopMode

(
    ESequencerLoopMode InLoopMode
)

Sets the loop mode.

Public function

void

 

SetRerunConstructionScripts

(
    bool bInRerunConstructionScripts
)

Set whether to rerun construction scripts on bound actors every frame

Public function

void

 

SetRewindOnRecord

(
    bool bInRewindOnRecord
)

Sets whether to jump to the start of the sequence when we start a recording.

Public function

void

 

SetShouldShowPrePostRoll

(
    bool bInVisualizePreAndPostRoll
)

Toggle whether to show pre and post roll in sequencer

Public function

void

 

SetShowChannelColors

(
    bool bInShowChannelColors
)

Set whether to show channel colors

Public function

void

 

SetShowCombinedKeyframes

(
    bool bInShowCombinedKeyframes
)

Set whether to show combined keyframes at the top node

Public function

void

 

SetShowDebugVisualization

(
    bool bInShowDebugVisualization
)

Toggle whether to show debug vis

Public function

void

 

SetShowOutlinerInfoColumn

(
    bool bInShowOutlinerInfoColumn
)

Sets whether to show the sequencer outliner info column

Public function

void

 

SetShowRangeSlider

(
    bool InbShowRangeSlider
)

Sets whether or not to show frame numbers.

Public function

void

 

SetShowSelectedNodesOnly

(
    bool Visible
)

Sets whether or not to show selected nodes only.

Public function

void

 

SetSnapCurveValueToInterval

(
    bool InbSnapCurveValueToInterval
)

Sets whether or not to snap curve values to the interval.

Public function

void

 

SetSnapKeysAndSectionsToPlayRange

(
    bool bInSnapKeysAndSectionsToPlayRa...
)

Set whether or not keys and sections should be kept within the playback range when moving them

Public function

void

 

SetSnapKeyTimesToInterval

(
    bool InbSnapKeyTimesToInterval
)

Sets whether or not to snap keys to the interval.

Public function

void

 

SetSnapKeyTimesToKeys

(
    bool InbSnapKeyTimesToKeys
)

Sets whether or not to snap keys to other keys.

Public function

void

 

SetSnapPlayTimeToDraggedKey

(
    bool InbSnapPlayTimeToDraggedKey
)

Sets whether or not to snap the play time to the dragged key.

Public function

void

 

SetSnapPlayTimeToInterval

(
    bool InbSnapPlayTimeToInterval
)

Sets whether or not to snap the play time to the interval while scrubbing.

Public function

void

 

SetSnapPlayTimeToKeys

(
    bool InbSnapPlayTimeToKeys
)

Sets whether or not to snap the play time to keys while scrubbing.

Public function

void

 

SetSnapPlayTimeToPressedKey

(
    bool InbSnapPlayTimeToPressedKey
)

Sets whether or not to snap the play time to the pressed key.

Public function

void

 

SetSnapSectionTimesToInterval

(
    bool InbSnapSectionTimesToInterval
)

Sets whether or not to snap sections to the interval.

Public function

void

 

SetSnapSectionTimesToSections

(
    bool InbSnapSectionTimesToSections
)

Sets whether or not to snap sections to other sections.

Public function

void

 

SetSpawnPosition

(
    ESequencerSpawnPosition InSpawnPosi...
)

Set initial spawn position.

Public function

void

 

SetTimeDisplayFormat

(
    EFrameNumberDisplayFormats InFormat
)

Sets the time display format to the specified type.

Public function

void

 

SetZeroPadFrames

(
    uint8 InZeroPadFrames
)

Set the number of digits we should zero-pad to when showing frame numbers in sequencer

Public function

void

 

SetZoomPosition

(
    ESequencerZoomPosition InZoomPositi...
)

Set zoom in/out position (mouse position or current time).

Public function Const

bool

 

ShouldActivateRealtimeViewports()

Public function Const

bool

 

ShouldCompileDirectorOnEvaluate()

Check whether whether to recompile the director blueprint when the sequence is evaluated (if one exists)

Public function Const

bool

 

ShouldEvaluateSubSequencesInIsolation()

Public function Const

bool

 

ShouldIsolateToCurveEditorSelection()

Return true if we should filter the curve editor tree to only nodes that are relevant to the current sequencer selection

Public function Const

bool

 

ShouldKeepCursorInPlayRange()

Public function Const

bool

 

ShouldKeepCursorInPlayRangeWhileScrubbing()

Public function Const

bool

 

ShouldKeepPlayRangeInSectionBounds()

Public function Const

bool

 

ShouldRerunConstructionScripts()

Public function Const

bool

 

ShouldRewindOnRecord()

Gets whether to jump to the start of the sequence when we start a recording or not.

Public function Const

bool

 

ShouldShowDebugVisualization()

Public function Const

bool

 

ShouldShowPrePostRoll()

Check whether to show pre and post roll in sequencer

Public function Const

bool

 

ShouldSyncCurveEditorSelection()

Return true if we are to synchronize the curve editor and sequencer trees

Public function Const

float

 

SnapTimeToInterval

(
    float InTimeValue
)

Snaps a time value in seconds to the currently selected interval.

Public function

void

 

SyncCurveEditorSelection

(
    bool bInSynchronizeCurveEditorSelec...
)

Assign whether we are to synchronize the curve editor and sequencer trees

Overridden from UObject

Name Description

Public function Virtual

void

 

PostEditChangeProperty

(
    FPropertyChangedEvent& PropertyCha...
)

Called when a property on this object has been modified externally

Typedefs

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