Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/Sections
Inheritance Hierarchy
- ISequencerSection
- FSequencerSection
- FBoolPropertySection
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/Sections/BoolPropertySection.h |
| Include | #include "Sections/BoolPropertySection.h" |
Syntax
class FBoolPropertySection : public FSequencerSection
Remarks
An implementation of bool sections.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBoolPropertySection
(
UMovieSceneSection& InSectionObject |
Creates a new bool section for editing bool sections. |
Overridden from ISequencerSection
| Type | Name | Description | |
|---|---|---|---|
| int32 | OnPaintSection
(
FSequencerSectionPainter& InPainter |
Called when the section should be painted |