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 RegisterEditorObjectBinding
(
FOnCreateEditorObjectBinding InOnCreateEditorObjectBinding
)
Remarks
Registers a delegate that will create editor UI for an object binding in sequencer. A handle to the newly-added delegate.
Parameters
| Name | Description |
|---|---|
| InOnCreateEditorObjectBinding | Delegate to register. |