Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/TrackEditors
Inheritance Hierarchy
- ISequencerSection
- TSharedFromThis
- FAudioSection
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/TrackEditors/AudioTrackEditor.h |
| Include | #include "TrackEditors/AudioTrackEditor.h" |
Syntax
class FAudioSection :
public ISequencerSection,
public TSharedFromThis< FAudioSection >
Remarks
Class for audio sections, handles drawing of all waveform previews.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAudioSection
(
UMovieSceneSection& InSection, |
Constructor. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor. |
Overridden from ISequencerSection
| Type | Name | Description | |
|---|---|---|---|
| void | Resize the section | ||
| void | Slips the section by a specific factor | ||
| float | |||
| UMovieSceneSection * | The MovieSceneSection data being visualized | ||
| FText | |||
| FText | |||
| int32 | OnPaintSection
(
FSequencerSectionPainter& InPainter |
Called when the section should be painted | |
| void | ResizeSection
(
ESequencerSectionResizeMode ResizeMode, |
||
| void | SlipSection
(
FFrameNumber SlipTime |
||
| void | Ticks the section during the Slate tick |