Navigation
API > API/Developer > API/Developer/ToolWidgets
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SSegmentedTimelineView
References
| Module | ToolWidgets |
| Header | /Engine/Source/Developer/ToolWidgets/Public/SSegmentedTimelineView.h |
| Include | #include "SSegmentedTimelineView.h" |
Syntax
class SSegmentedTimelineView : public SCompoundWidget
Remarks
A timeline view which renders a block for in the timeline where the object exists
Variables
| Type | Name | Description | |
|---|---|---|---|
| TAttribute< FVector2D > | DesiredSize | ||
| TAttribute< FLinearColor > | FillColor | ||
| TAttribute< TSharedPtr< FSegmentData > > | SegmentData | ||
| TAttribute< TRange< double > > | ViewRange | ||
| const FSlateBrush * | WhiteBrush |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
Construct the widget | |
| int32 | PaintBlock
(
const FGeometry& AllottedGeometry, |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| FVector2D | ComputeDesiredSize
(
float LayoutScaleMultiplier |
Compute the ideal size necessary to display this widget. | |
| int32 | OnPaint
(
const FPaintArgs& Args, |
The widget should respond by populating the OutDrawElements array with FDrawElements that represent it and any of its children. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments | |||
| FSegmentData |