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 RegisterOnPreSequencerInit
(
FOnPreSequencerInit::FDelegate InOnPreSequencerInit
)
Remarks
Registers a delegate that will be called just before a sequencer is initialized A handle to the newly-added delegate.
Parameters
| Name | Description |
|---|---|
| InOnPreSequencerInit | Delegate to register. |