Navigation
API > API/Editor > API/Editor/SequencerCore > API/Editor/SequencerCore/MVVM > API/Editor/SequencerCore/MVVM/Extensions
References
| Module | SequencerCore |
| Header | /Engine/Source/Editor/SequencerCore/Public/MVVM/Extensions/ITrackLaneExtension.h |
| Include | #include "MVVM/Extensions/ITrackLaneExtension.h" |
Syntax
class ITrackLaneWidget
Remarks
Base interface for track-area lanes
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Whether this track lane accepts child widgets | ||
| void | AddChildView
(
TSharedPtr< ITrackLaneWidget > ChildWidget, |
Add a new child to this lane | |
| TSharedRef< const SWidget > | AsWidget () |
Retrieve this interface as a widget | |
| TSharedRef< SWidget > | AsWidget () |
||
| FTrackLaneScreenAlignment | GetAlignment
(
const FTimeToPixel& TimeToPixel, |
Arrange this widget within its parent slot | |
| int32 | Gets this widget's overlap priority | ||
| void | ReportParentGeometry
(
const FGeometry& InDesktopSpaceParentGeometry |
Receive parent geometry for this lane in Desktop space |