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" |
template<typename PropertyTrackEditorType>
FDelegateHandle RegisterPropertyTrackEditor&40;&41;
Remarks
Helper template for registering property track editors A handle to the newly-added delegate.
Parameters
| Name | Description |
|---|---|
| InOnCreateTrackEditor | Delegate to register. |