Navigation
Unreal Engine C++ API Reference > Editor > Sequencer
Inheritance Hierarchy
- TSequencerChannelInterfaceBase
- TSequencerChannelInterface
References
Module | Sequencer |
Header | /Engine/Source/Editor/Sequencer/Public/ISequencerModule.h |
Include | #include "ISequencerModule.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