Choose your operating system:
Windows
macOS
Linux
| TSharedFromThis | ||||||||||
| ISequencerTrackEditor
|
Module |
|
Header |
/Engine/Source/Editor/MovieSceneTools/Public/TrackEditors/PropertyTrackEditors/BoolPropertyTrackEditor.h |
Include |
#include "TrackEditors/PropertyTrackEditors/BoolPropertyTrackEditor.h" |
class FBoolPropertyTrackEditor : public FPropertyTrackEditor< UMovieSceneBoolTrack >
A property track editor for Booleans.
Name | Description | |
---|---|---|
|
FBoolPropertyTrackEditor ( |
Constructor. |
Name | Description | ||
---|---|---|---|
|
TSharedRef< ... |
CreateTrackEditor ( |
Creates an instance of this class (called by a sequencer). |
|
GetAnimatedPropertyTypes() |
Retrieve a list of all property types that this track editor animates |
Name | Description | ||
---|---|---|---|
|
GenerateKeysFromPropertyChanged ( |
Generates keys based on the new value from the property property change parameters. |
Name | Description | ||
---|---|---|---|
|
TSharedRef< ... |
MakeSectionInterface ( |
Called to generate a section layout for a particular section. |