Navigation
API > API/Editor > API/Editor/MovieSceneTools
Specializations for channels that SUPPORT Blending.
| Name | TAddKeyImpl< FMovieSceneDoubleChannel, double > |
| Type | struct |
| Header File | /Engine/Source/Editor/MovieSceneTools/Public/KeyframeTrackEditor.h |
| Include Path | #include "KeyframeTrackEditor.h" |
Syntax
template<>
struct TAddKeyImpl< FMovieSceneDoubleChannel, double > : public IImpl
Implements Interfaces
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAddKey | bool | KeyframeTrackEditor.h | ||
| ChannelIndex | int32 | KeyframeTrackEditor.h | ||
| ValueToSet | double | KeyframeTrackEditor.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TAddKeyImpl
(
int32 InChannelIndex, |
KeyframeTrackEditor.h |
Overridden from IImpl
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool Apply
(
UMovieSceneSection* Section, |
Returns whether a key was created | KeyframeTrackEditor.h | |
virtual void ApplyDefault
(
UMovieSceneSection* Section, |
KeyframeTrackEditor.h | ||
virtual bool ModifyByCurrentAndWeight
(
FMovieSceneChannelProxy& Proxy, |
KeyframeTrackEditor.h |