ISequencerModule

Interface for the Sequencer module.

Windows
MacOS
Linux

Inheritance Hierarchy

IModuleInterface

ISequencerModule

References

Module

Sequencer

Header

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

Include

#include "ISequencerModule.h"

Syntax

class ISequencerModule : public IModuleInterface

Remarks

Interface for the Sequencer module.

Destructors

Name Description

Public function Virtual

~ISequencerModule()

Functions

Name Description

Public function

bool

 

CanAnimateProperty

(
    FProperty* Property
)

Check whether the specified property type can be animated by sequeuncer

Public function

TSharedRef< ...

 

CreateSequencer

(
    const FSequencerInitParams& InitPa...
)

Create a new instance of a standalone sequencer that can be added to other UIs.

Public function Const

ISequencerCh...

 

FindChannelEditorInterface

(
    FName ChannelTypeName
)

Find a sequencer channel for the specified channel type name

Public function Const

FMovieSceneS...

 

FindSequenceEditor

(
    UClass* SequenceClass
)

Find a sequence editor for the specified sequence class

Public function Const

TSharedPtr< ...

 

GetAddTrackMenuExtensibilityManager()

Get the extensibility manager for menus.

Public function

IMovieRender...

 

GetMovieRenderer

(
    const FString& InMovieRendererName
)

Get the movie renderer with the requested name.

Public function

TArray< FStr...

 

GetMovieRendererNames()

Get a list of registered movie renderers.

Public function Const

TSharedPtr< ...

 

GetObjectBindingContextMenuExtensibilityManager()

Get the extensibility manager for menus.

Public function Const

TSharedPtr< ...

 

GetSequencerCustomizationManager()

Get the sequencer customization manager, which handles editor customizations applied based on the currently focused sequence type and other dynamic criteria.

Public function Static

ECurveEditor...

 

GetSequencerSelectionFilterType()

Retrieve the unique identifer for the sequencer selection curve editor filter (of type FSequencerSelectionCurveFilter)

Public function Const

TSharedPtr< ...

 

GetToolBarExtensibilityManager()

Get the extensibility manager for toolbars.

Public function

void

 

RegisterChannelInterface()

Register a sequencer channel type using a default channel interface.

Public function

void

 

RegisterChannelInterface

Register a sequencer channel type using the specified interface.

Public function

FDelegateHan...

 

RegisterEditorObjectBinding

(
    FOnCreateEditorObjectBinding InOnCr...
)

Registers a delegate that will create editor UI for an object binding in sequencer.

Public function

FDelegateHan...

 

RegisterMovieRenderer

Register a movie renderer for this sequencer.

Public function

FDelegateHan...

 

RegisterOnPreSequencerInit

(
    FOnPreSequencerInit::FDelegate InOn...
)

Registers a delegate that will be called just before a sequencer is initialized

Public function

FDelegateHan...

 

RegisterOnSequencerCreated

(
    FOnSequencerCreated::FDelegate InOn...
)

Registers a delegate that will be called when a sequencer is created

Public function

void

 

RegisterPropertyAnimator

(
    FAnimatedPropertyKey Key
)

Register that the specified property type can be animated in sequencer

Public function

FDelegateHan...

 

RegisterPropertyTrackEditor()

Helper template for registering property track editors

Public function

FDelegateHan...

 

RegisterSequenceEditor

(
    UClass* SequenceClass,
    TUniquePtr< FMovieSceneSequenceEdit...
)

Register a sequence editor for the specified type of sequence.

Public function

FDelegateHan...

 

RegisterTrackEditor

(
    FOnCreateTrackEditor InOnCreateTrac...,
    TArrayView< FAnimatedPropertyKey > ...
)

Registers a delegate that will create an editor for a track in each sequencer.

Public function

void

 

UnRegisterEditorObjectBinding

(
    FDelegateHandle InHandle
)

Unregisters a previously registered delegate for creating editor UI for an object binding in sequencer.

Public function

void

 

UnregisterMovieRenderer

(
    FDelegateHandle InDelegateHandle
)

Unregister a movie renderer for this sequencer.

Public function

void

 

UnregisterOnPreSequencerInit

(
    FDelegateHandle InHandle
)

Unregisters a previously registered delegate called just before a sequencer is initialized

Public function

void

 

UnregisterOnSequencerCreated

(
    FDelegateHandle InHandle
)

Unregisters a previously registered delegate called when a sequencer is created

Public function

void

 

UnRegisterPropertyAnimator

(
    FAnimatedPropertyKey Key
)

Unregister that the specified property type can be animated in sequencer

Public function

void

 

UnregisterSequenceEditor

(
    FDelegateHandle Handle
)

Unregister a sequence editor for the specified type of sequence.

Public function

void

 

UnRegisterTrackEditor

(
    FDelegateHandle InHandle
)

Unregisters a previously registered delegate for creating a track editor

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