Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/ISequencerModule
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/ISequencerModule.h |
| Include | #include "ISequencerModule.h" |
FDelegateHandle RegisterTrackEditor
&40;
FOnCreateTrackEditor InOnCreateTrackEditor,
TArrayView< FAnimatedPropertyKey > AnimatedPropertyTypes
&41;
Remarks
Registers a delegate that will create an editor for a track in each sequencer. A handle to the newly-added delegate.
Parameters
| Name | Description |
|---|---|
| InOnCreateTrackEditor | Delegate to register. |