Navigation
API > API/Plugins > API/Plugins/TweeningUtilsEditor > API/Plugins/TweeningUtilsEditor/STweenSlider
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/Animation/TweeningUtils/Source/TweeningUtilsEditor/Public/Widgets/STweenSlider.h |
| Include Path | #include "Widgets/STweenSlider.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< STweenSlider >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → STweenSlider::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/STweenSlider.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/STweenSlider.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & ColorAndOpacity
(
const TAttribute< FSlateColor >& InAttribute |
The root opacity of the widget. | Widgets/STweenSlider.h | |
WidgetArgsType & MapSliderValueToBlendValue
(
const FMapSliderValueToBlendValue& InDelegate |
Invoked to display the correct blend value tooltips. | Widgets/STweenSlider.h | |
WidgetArgsType & OnPointValuePicked
(
const FSliderChangedDelegate& InDelegate |
Invoked when the user presses a point to select a blend value. | Widgets/STweenSlider.h | |
WidgetArgsType & OnSliderDragEnded
(
const FSimpleDelegate& InDelegate |
Invoked when the slider stops being dragged | Widgets/STweenSlider.h | |
WidgetArgsType & OnSliderDragStarted
(
const FSimpleDelegate& InDelegate |
Invoked when the slider begins being dragged. | Widgets/STweenSlider.h | |
WidgetArgsType & OnSliderValueDragged
(
const FSliderChangedDelegate& InDelegate |
Invoked for as long as the slider is being dragged. | Widgets/STweenSlider.h | |
WidgetArgsType & OverrideSliderPosition
(
const TAttribute< TOptional< float > >& InAttribute |
If set, an indication where to position the slider. | Widgets/STweenSlider.h | |
WidgetArgsType & ScaleRenderMode
(
const TAttribute< ETweenScaleMode >& InAttribute |
Affects how the scale is rendered. | Widgets/STweenSlider.h | |
WidgetArgsType & SliderColor
(
const TAttribute< FLinearColor >& InAttribute |
The main color. It tints the slider button and the points. | Widgets/STweenSlider.h | |
WidgetArgsType & SliderIcon
(
const TAttribute< const FSlateBrush* >& InAttribute |
The icon to place in the slider button. | Widgets/STweenSlider.h | |
WidgetArgsType & Style
(
const FTweenSliderStyle* InArg |
The visual style of the button | Widgets/STweenSlider.h |