Navigation
API > API/Plugins > API/Plugins/GameplayInsights > API/Plugins/GameplayInsights/SCurveTimelineView
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/Animation/GameplayInsights/Source/GameplayInsights/Public/SCurveTimelineView.h |
| Include Path | #include "SCurveTimelineView.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SCurveTimelineView >
Inheritance Hierarchy
- TSlateBaseNamedArgs< SCurveTimelineView > → SCurveTimelineView::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SCurveTimelineView.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SCurveTimelineView.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & CurveColor
(
const TAttribute< FLinearColor >& InAttribute |
Curve Color | SCurveTimelineView.h | |
WidgetArgsType & CurveData
(
const TAttribute< TSharedPtr< FTimelineCurveData > >& InAttribute |
Data for curve to render | SCurveTimelineView.h | |
WidgetArgsType & DesiredSize
(
const TAttribute< FVector2D >& InAttribute |
Desired widget size | SCurveTimelineView.h | |
WidgetArgsType & FillColor
(
const TAttribute< FLinearColor >& InAttribute |
Fill Color | SCurveTimelineView.h | |
WidgetArgsType & RenderFill
(
const TAttribute< bool >& InAttribute |
Enable Fill rendering | SCurveTimelineView.h | |
WidgetArgsType & TrackName
(
const TAttribute< FText >& InAttribute |
Track Name for tool tip | SCurveTimelineView.h | |
WidgetArgsType & ViewRange
(
const TAttribute< TRange< double > >& InAttribute |
View time range | SCurveTimelineView.h |