Navigation
API > API/Editor > API/Editor/SequencerCore
Inheritance Hierarchy
- ISequencerOutlinerColumn
- FMovieSceneOutlinerColumn
References
| Module | SequencerCore |
| Header | /Engine/Source/Editor/SequencerCore/Public/ISequencerOutlinerColumn.h |
| Include | #include "ISequencerOutlinerColumn.h" |
Syntax
class ISequencerOutlinerColumn
Remarks
Interface for sequencer outliner columns.
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< SWidget > | CreateColumnWidget
(
UE::Sequencer::TViewModelPtr< UE::Sequencer::IOutlinerExtension > InOutlinerExtension |
Gets the widget created for each item within the SOutlinerView, column widgets must be fixed width | |
| FName | Gets the unique name of the column to use in the SOutlinerView registry and context menus | ||
| bool | The default visibility state of this column when loaded for the first time | ||
| bool | SupportsSequence
(
UMovieSceneSequence* InSequence |
Gets whether or not this column is supported by a given Sequencer |