Navigation
API > API/Editor > API/Editor/Sequencer
Forward declaration for the default templated channel interface. Include SequencerChannelInterface.h for full definition.
Generic sequencer channel interface to any channel type
| Name | TSequencerChannelInterface |
| Type | struct |
| Header File | /Engine/Source/Editor/Sequencer/Public/SequencerChannelInterface.h |
| Include Path | #include "SequencerChannelInterface.h" |
Syntax
template<typename ChannelType>
struct TSequencerChannelInterface : public TSequencerChannelInterfaceBase< ChannelType, !std::is_same_v< TMovieSceneChannelTraits< ChannelType >::ExtendedEditorDataType, void > >
Inheritance Hierarchy
- TSequencerChannelInterfaceBase → TSequencerChannelInterface