Navigation
API > API/Editor > API/Editor/Sequencer
| Name | TSequencerChannelInterfaceBase |
| Type | struct |
| Header File | /Engine/Source/Editor/Sequencer/Public/SequencerChannelInterface.h |
| Include Path | #include "SequencerChannelInterface.h" |
Syntax
template<typename ChannelType, bool HasExtendedData>
struct TSequencerChannelInterfaceBase
Derived Classes
Struct Specializations
| Name | Remarks |
|---|---|
| TSequencerChannelInterfaceBase< ChannelType, false > | Extended base interface for channel types that do not specify extended editor data (ie, TMovieSceneChannelTraits<>::ExtendedEditorDataType is void) |
| TSequencerChannelInterfaceBase< ChannelType, true > | Extended base interface for channel types that specify extended editor data (ie, TMovieSceneChannelTraits<>::ExtendedEditorDataType is not void) |