Navigation
API > API/Plugins > API/Plugins/GameplayInsights > API/Plugins/GameplayInsights/SEventTimelineView
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/Animation/GameplayInsights/Source/GameplayInsights/Public/SEventTimelineView.h |
| Include Path | #include "SEventTimelineView.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SEventTimelineView >
Inheritance Hierarchy
- TSlateBaseNamedArgs< SEventTimelineView > → SEventTimelineView::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SEventTimelineView.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SEventTimelineView.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & DesiredSize
(
const TAttribute< FVector2D >& InAttribute |
Desired widget size | SEventTimelineView.h | |
WidgetArgsType & EventData
(
const TAttribute< TSharedPtr< FTimelineEventData > >& InAttribute |
Data for events to render | SEventTimelineView.h | |
WidgetArgsType & ViewRange
(
const TAttribute< TRange< double > >& InAttribute |
View time range | SEventTimelineView.h |