Navigation
API > API/Editor > API/Editor/MovieSceneTools
A property track editor for Booleans.
| Name | FBoolPropertyTrackEditor |
| Type | class |
| Header File | /Engine/Source/Editor/MovieSceneTools/Public/TrackEditors/PropertyTrackEditors/BoolPropertyTrackEditor.h |
| Include Path | #include "TrackEditors/PropertyTrackEditors/BoolPropertyTrackEditor.h" |
Syntax
class FBoolPropertyTrackEditor : public FPropertyTrackEditor< UMovieSceneBoolTrack >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FMovieSceneTrackEditor → FKeyframeTrackEditor → FPropertyTrackEditor → FBoolPropertyTrackEditor
Implements Interfaces
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBoolPropertyTrackEditor
(
TSharedRef< ISequencer > InSequencer |
Constructor. | TrackEditors/PropertyTrackEditors/BoolPropertyTrackEditor.h |
Functions
Public
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< ISequencerSection > MakeSectionInterface
(
UMovieSceneSection& SectionObject, |
TrackEditors/PropertyTrackEditors/BoolPropertyTrackEditor.h |
Overridden from FPropertyTrackEditor
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GenerateKeysFromPropertyChanged
(
const FPropertyChangedParams& PropertyChangedParams, |
Generates keys based on the new value from the property property change parameters. | TrackEditors/PropertyTrackEditors/BoolPropertyTrackEditor.h |
Overridden from FKeyframeTrackEditor
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetDisplayName() |
TrackEditors/PropertyTrackEditors/BoolPropertyTrackEditor.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< ISequencerTrackEditor > CreateTrackEditor
(
TSharedRef< ISequencer > OwningSequencer |
Creates an instance of this class (called by a sequencer). | TrackEditors/PropertyTrackEditors/BoolPropertyTrackEditor.h | |
static TArray< FAnimatedPropertyKey, TInlineAllocator< 1 > > GetAnimatedPropertyTypes() |
Retrieve a list of all property types that this track editor animates | TrackEditors/PropertyTrackEditors/BoolPropertyTrackEditor.h |