Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/ISequencerModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RegisterChannelInterface () |
Register a sequencer channel type using a default channel interface. | ISequencerModule.h | |
void RegisterChannelInterface
(
TUniquePtr< ISequencerChannelInterface >&& InInterface |
Register a sequencer channel type using the specified interface. | ISequencerModule.h |
RegisterChannelInterface()
Description
Register a sequencer channel type using a default channel interface.
| Name | RegisterChannelInterface |
| Type | function |
| Header File | /Engine/Source/Editor/Sequencer/Public/ISequencerModule.h |
| Include Path | #include "ISequencerModule.h" |
template<typename ChannelType>
void RegisterChannelInterface()
RegisterChannelInterface(TUniquePtr< ISequencerChannelInterface > &&)
Description
Register a sequencer channel type using the specified interface.
| Name | RegisterChannelInterface |
| Type | function |
| Header File | /Engine/Source/Editor/Sequencer/Public/ISequencerModule.h |
| Include Path | #include "ISequencerModule.h" |
template<typename ChannelType>
void RegisterChannelInterface
(
TUniquePtr < ISequencerChannelInterface > && InInterface
)