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