Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/TrackEditors > API/Editor/MovieSceneTools/TrackEditors/PropertyTrackEditors
Inheritance Hierarchy
- TSharedFromThis
- ISequencerTrackEditor
- FMovieSceneTrackEditor
- FKeyframeTrackEditor
- FPropertyTrackEditor
- FBoolPropertyTrackEditor
- FSpawnTrackEditor
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/TrackEditors/PropertyTrackEditors/BoolPropertyTrackEditor.h |
| Include | #include "TrackEditors/PropertyTrackEditors/BoolPropertyTrackEditor.h" |
Syntax
class FBoolPropertyTrackEditor : public FPropertyTrackEditor< UMovieSceneBoolTrack >
Remarks
A property track editor for Booleans.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBoolPropertyTrackEditor
(
TSharedRef< ISequencer > InSequencer |
Constructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< ISequencerTrackEditor > | CreateTrackEditor
(
TSharedRef< ISequencer > OwningSequencer |
Creates an instance of this class (called by a sequencer). | |
| TArray< FAnimatedPropertyKey, TInlineAllocator< 1 > > | Retrieve a list of all property types that this track editor animates |
Overridden from FPropertyTrackEditor
| Type | Name | Description | |
|---|---|---|---|
| void | GenerateKeysFromPropertyChanged
(
const FPropertyChangedParams& PropertyChangedParams, |
Generates keys based on the new value from the property property change parameters. |
Overridden from ISequencerTrackEditor
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< ISequencerSection > | MakeSectionInterface
(
UMovieSceneSection& SectionObject, |
Called to generate a section layout for a particular section. |