Navigation
API > API/Plugins > API/Plugins/TweeningUtilsEditor > API/Plugins/TweeningUtilsEditor/STweenView
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/Animation/TweeningUtils/Source/TweeningUtilsEditor/Public/Widgets/MVC/STweenView.h |
| Include Path | #include "Widgets/MVC/STweenView.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< STweenView >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → STweenView::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/MVC/STweenView.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/MVC/STweenView.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & OverrideSliderPosition
(
const TAttribute< TOptional< float > >& InAttribute |
If set, an indication where to position the slider. | Widgets/MVC/STweenView.h | |
WidgetArgsType & SliderColor
(
const TAttribute< FLinearColor >& InAttribute |
The main color. It tints the slider button and the points. | Widgets/MVC/STweenView.h | |
WidgetArgsType & SliderIcon
(
const TAttribute< const FSlateBrush* >& InAttribute |
The icon to place in the slider button. | Widgets/MVC/STweenView.h | |
WidgetArgsType & TweenModel
(
const TAttribute< FTweenModel* >& InAttribute |
Gets the tween model this view is driving. | Widgets/MVC/STweenView.h |