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