ISequencerModule::RegisterSequenceEditor

Register a sequence editor for the specified type of sequence.

Windows
MacOS
Linux

References

Module

Sequencer

Header

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

Include

#include "ISequencerModule.h"

Syntax

FDelegateHandle RegisterSequenceEditor
(
    UClass * SequenceClass,
    TUniquePtr< FMovieSceneSequenceEditor > && InSequenceEditor
)

Remarks

Register a sequence editor for the specified type of sequence. Sequence editors provide editor-only functionality for particular sequence types.

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