Navigation
Unreal Engine C++ API Reference > Editor > Sequencer
Inheritance Hierarchy
- ISequencerChannelInterface
- TSequencerChannelInterfaceCommon
- TSequencerChannelInterfaceBase< ChannelType, false >
References
Module | Sequencer |
Header | /Engine/Source/Editor/Sequencer/Public/SequencerChannelInterface.h |
Include | #include "SequencerChannelInterface.h" |
Syntax
template<typename ChannelType>
struct TSequencerChannelInterfaceBase< ChannelType, false > : public TSequencerChannelInterfaceCommon< ChannelType >
Remarks
Extended base interface for channel types that do not specify extended editor data (ie, TMovieSceneChannelTraits<>::ExtendedEditorDataType is void)
Overridden from ISequencerChannelInterface
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
FKeyHandle | AddOrUpdateKey_Raw
(
FMovieSceneChannel* InChannel, |
Add (or update) a key to the specified channel using it's current value at that time, or some external value specified by the extended editor data |