Navigation
API > API/Editor > API/Editor/MovieSceneTools
Inheritance Hierarchy
- IImpl
- TAddKeyImpl
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/KeyframeTrackEditor.h |
| Include | #include "KeyframeTrackEditor.h" |
Syntax
template<typename ChannelType, typename ValueType>
struct TAddKeyImpl : public IImpl
Remarks
If this implementation changes need to change the specializations below.
Specializations
TAddKeyImpl< FMovieSceneBoolChannel, bool >
TAddKeyImpl< FMovieSceneDoubleChannel, double >
TAddKeyImpl< FMovieSceneFloatChannel, float >
TAddKeyImpl< FMovieSceneIntegerChannel, int32 >
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAddKey | ||
| int32 | ChannelIndex | ||
| ValueType | ValueToSet |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TAddKeyImpl
(
int32 InChannelIndex, |
Overridden from IImpl
| Type | Name | Description | |
|---|---|---|---|
| bool | Apply
(
UMovieSceneSection* Section, |
Returns whether a key was created | |
| void | ApplyDefault
(
UMovieSceneSection* Section, |
||
| bool | ModifyByCurrentAndWeight
(
FMovieSceneChannelProxy& Proxy, |