Navigation
API > API/Plugins > API/Plugins/TweeningUtilsEditor
Style for STweenSlider
| Name | FTweenSliderStyle |
| Type | struct |
| Header File | /Engine/Plugins/Animation/TweeningUtils/Source/TweeningUtilsEditor/Public/Widgets/TweenSliderStyle.h |
| Include Path | #include "Widgets/TweenSliderStyle.h" |
Syntax
USTRUCT ()
struct FTweenSliderStyle : public FSlateWidgetStyle
Inheritance Hierarchy
- FSlateWidgetStyle → FTweenSliderStyle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTweenSliderStyle() |
Widgets/TweenSliderStyle.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TypeName | const FName | Widgets/TweenSliderStyle.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BarBrush | FSlateBrush | Brush of the bar on which the points are drawn. | Widgets/TweenSliderStyle.h |
|
| BarDimensions | FVector2D | The dimensions of the slider. | Widgets/TweenSliderStyle.h |
|
| EndPoint | FTweenPointStyle | Brushes for points on the left or right end. | Widgets/TweenSliderStyle.h |
|
| HoveredIconTint | FSlateColor | Tint for the icon when hovered | Widgets/TweenSliderStyle.h |
|
| HoveredSliderButton | FSlateBrush | Brush when hovered | Widgets/TweenSliderStyle.h |
|
| IconPadding | FMargin | Padding of the icon placed in the slider button | Widgets/TweenSliderStyle.h |
|
| MediumPoint | FTweenPointStyle | When overshoot mode is enabled, the bars at 100% and -100%. | Widgets/TweenSliderStyle.h |
|
| NormalIconTint | FSlateColor | Tint for the icon when the button is not hovered or pressed | Widgets/TweenSliderStyle.h |
|
| NormalSliderButton | FSlateBrush | Brush when the button is not hovered or pressed | Widgets/TweenSliderStyle.h |
|
| PassedValueBackground | FSlateBrush | Brush drawn from center to slider when moving the slider (should be a little transparent, drawn over points but under the slider). | Widgets/TweenSliderStyle.h |
|
| PressedIconTint | FSlateColor | Tint for the icon when pressed | Widgets/TweenSliderStyle.h |
|
| PressedSliderButton | FSlateBrush | Brush when pressed | Widgets/TweenSliderStyle.h |
|
| SmallPoint | FTweenPointStyle | Brushes for the small points on the bar. | Widgets/TweenSliderStyle.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTweenSliderStyle & SetBarBrush
(
const FSlateBrush& InBarBrush |
Widgets/TweenSliderStyle.h | ||
FTweenSliderStyle & SetBarDimensions
(
const FVector2D& InDimensions |
Widgets/TweenSliderStyle.h | ||
FTweenSliderStyle & SetEndPoint
(
const FTweenPointStyle& InPressed |
Widgets/TweenSliderStyle.h | ||
FTweenSliderStyle & SetHoveredIconTint
(
const FSlateColor& InHoveredIconTint |
Widgets/TweenSliderStyle.h | ||
FTweenSliderStyle & SetHoveredSliderButton
(
const FSlateBrush& InHoveredBrush |
Widgets/TweenSliderStyle.h | ||
FTweenSliderStyle & SetIconPadding
(
const FMargin& InIconPadding |
Widgets/TweenSliderStyle.h | ||
FTweenSliderStyle & SetMediumPoint
(
const FTweenPointStyle& InHovered |
Widgets/TweenSliderStyle.h | ||
FTweenSliderStyle & SetNormalIconTint
(
const FSlateColor& InNormalIconTint |
Widgets/TweenSliderStyle.h | ||
FTweenSliderStyle & SetNormalSliderButton
(
const FSlateBrush& InNormalBrush |
Widgets/TweenSliderStyle.h | ||
FTweenSliderStyle & SetPassedValueBackground
(
const FSlateBrush& InBrush |
Widgets/TweenSliderStyle.h | ||
FTweenSliderStyle & SetPressedIconTint
(
const FSlateColor& InPressedIconTint |
Widgets/TweenSliderStyle.h | ||
FTweenSliderStyle & SetPressedSliderButton
(
const FSlateBrush& InPressedBrush |
Widgets/TweenSliderStyle.h | ||
FTweenSliderStyle & SetSmallPoint
(
const FTweenPointStyle& InNormal |
Widgets/TweenSliderStyle.h |
Overridden from FSlateWidgetStyle
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetResources
(
TArray< const FSlateBrush* >& OutBrushes |
Widgets/TweenSliderStyle.h | ||
virtual const FName GetTypeName() |
Widgets/TweenSliderStyle.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FTweenSliderStyle & GetDefault() |
Widgets/TweenSliderStyle.h |