Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/MovieSceneTools/Public/KeyframeTrackEditor.h |
Include |
#include "KeyframeTrackEditor.h" |
template<typename TrackType>
class FKeyframeTrackEditor : public FMovieSceneTrackEditor
A base class for track editors that edit tracks which contain sections implementing GetKeyDataInterface.
Name | Description | |
---|---|---|
|
FKeyframeTrackEditor ( |
Constructor |
Name | Description | |
---|---|---|
|
~FKeyframeTrackEditor() |
Virtual destructor. |
Name | Description | ||
---|---|---|---|
|
FKeyProperty... |
AddKeysToObjects ( |
Adds keys to the specified object. |
|
FKeyProperty... |
AddKeysToSection ( |
Returns whether a section was added |
|
CanAutoKeySection ( |
Check whether we can autokey the specified section at the specified time |
|
|
ModifyGeneratedKeysByCurrentAndWeight ( |
Scale the generated keys by the the current value and the weight. |
Name | Description | ||
---|---|---|---|
|
BuildTrackContextMenu ( |
Builds the context menu for the track. |
|
|
SupportsType ( |
Returns whether a track class is supported by this tool. |
Name |
Description |
---|---|
GenerateKeysCallback |