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