Navigation
API > API/Editor > API/Editor/Sequencer
Widget for displaying a channel within a section
| Name | SChannelView |
| Type | class |
| Header File | /Engine/Source/Editor/Sequencer/Public/MVVM/Views/SChannelView.h |
| Include Path | #include "MVVM/Views/SChannelView.h" |
Syntax
class SChannelView : public STrackAreaLaneView
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → STrackAreaLaneView → SChannelView
- FSlateControlledConstruction → SWidget → SCompoundWidget → STrackAreaLaneView → SChannelView
Implements Interfaces
Structs
| Name | Remarks |
|---|---|
| FArguments |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
MVVM/Views/SChannelView.h | ||
virtual FReply OnMouseButtonDoubleClick
(
const FGeometry& MyGeometry, |
MVVM/Views/SChannelView.h | ||
virtual FReply OnMouseButtonDown
(
const FGeometry& MyGeometry, |
MVVM/Views/SChannelView.h | ||
virtual FReply OnMouseButtonUp
(
const FGeometry& MyGeometry, |
MVVM/Views/SChannelView.h | ||
virtual void OnMouseLeave
(
const FPointerEvent& MouseEvent |
MVVM/Views/SChannelView.h | ||
virtual FReply OnMouseMove
(
const FGeometry& MyGeometry, |
MVVM/Views/SChannelView.h | ||
virtual int32 OnPaint
(
const FPaintArgs& Args, |
MVVM/Views/SChannelView.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MVVM/Views/SChannelView.h | |||
int32 DrawLane
(
const FPaintArgs& Args, |
MVVM/Views/SChannelView.h | ||
void GetKeysAtPixelX
(
float LocalMousePixelX, |
MVVM/Views/SChannelView.h | ||
| MVVM/Views/SChannelView.h | |||
TViewModelPtr< FSectionModel > GetSection() |
MVVM/Views/SChannelView.h | ||
TSharedPtr< FSequencer > LegacyGetSequencer() |
MVVM/Views/SChannelView.h |