Navigation
API > API/Developer > API/Developer/ToolWidgets > API/Developer/ToolWidgets/SSegmentedTimelineView
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Developer/ToolWidgets/Public/SSegmentedTimelineView.h |
| Include Path | #include "SSegmentedTimelineView.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SSegmentedTimelineView >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SSegmentedTimelineView::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SSegmentedTimelineView.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SSegmentedTimelineView.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & DesiredSize
(
const TAttribute< FVector2f >& InAttribute |
Desired widget size | SSegmentedTimelineView.h | |
WidgetArgsType & FillColor
(
const TAttribute< FLinearColor >& InAttribute |
Fill Color | SSegmentedTimelineView.h | |
WidgetArgsType & SegmentData
(
const TAttribute< TSharedPtr< FSegmentData > >& InAttribute |
Existence Time Range | SSegmentedTimelineView.h | |
WidgetArgsType & ViewRange
(
const TAttribute< TRange< double > >& InAttribute |
View time range | SSegmentedTimelineView.h |