ISequencerModule::RegisterTrackEditor

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

Windows
MacOS
Linux

References

Module

Sequencer

Header

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

Include

#include "ISequencerModule.h"

Syntax

FDelegateHandle RegisterTrackEditor
(
    FOnCreateTrackEditor InOnCreateTrackEditor,
    TArrayView< FAnimatedPropertyKey > AnimatedPropertyTypes
)

Remarks

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

Returns

A handle to the newly-added delegate.

Parameters

Parameter

Description

InOnCreateTrackEditor

Delegate to register.

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