Navigation
API > API/Editor > API/Editor/SequencerCore
| Name | SCompoundTrackLaneView |
| Type | class |
| Header File | /Engine/Source/Editor/SequencerCore/Public/MVVM/Views/SCompoundTrackLaneView.h |
| Include Path | #include "MVVM/Views/SCompoundTrackLaneView.h" |
Syntax
class SCompoundTrackLaneView : public SPanel
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SPanel → SCompoundTrackLaneView
- FSlateControlledConstruction → SWidget → SPanel → SCompoundTrackLaneView
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SCompoundTrackLaneView() |
MVVM/Views/SCompoundTrackLaneView.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~SCompoundTrackLaneView() |
MVVM/Views/SCompoundTrackLaneView.h |
Structs
| Name | Remarks |
|---|---|
| FArguments | |
| FSlot |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Children | TPanelChildren< FSlot > | All the widgets in the panel | MVVM/Views/SCompoundTrackLaneView.h | |
| WeakTrackLaneWidgetSpace | TWeakPtr< ITrackLaneWidgetSpace > | MVVM/Views/SCompoundTrackLaneView.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddStrongWidget
(
TSharedPtr< ITrackLaneWidget > InWidget, |
MVVM/Views/SCompoundTrackLaneView.h | ||
void AddWeakWidget
(
TSharedPtr< ITrackLaneWidget > InWidget, |
MVVM/Views/SCompoundTrackLaneView.h | ||
void Construct
(
const FArguments& InArgs |
MVVM/Views/SCompoundTrackLaneView.h | ||
void Construct
(
const FArguments& InArgs, |
MVVM/Views/SCompoundTrackLaneView.h |
Overridden from SWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FVector2D ComputeDesiredSize
(
float |
MVVM/Views/SCompoundTrackLaneView.h | ||
virtual FChildren * GetChildren() |
MVVM/Views/SCompoundTrackLaneView.h | ||
virtual void OnArrangeChildren
(
const FGeometry& AllottedGeometry, |
MVVM/Views/SCompoundTrackLaneView.h | ||
virtual int32 OnPaint
(
const FPaintArgs& Args, |
MVVM/Views/SCompoundTrackLaneView.h |