Navigation
API > API/Plugins > API/Plugins/TweeningUtilsEditor
| Name | FTweenPointStyle |
| Type | struct |
| Header File | /Engine/Plugins/Animation/TweeningUtils/Source/TweeningUtilsEditor/Public/Widgets/TweenSliderStyle.h |
| Include Path | #include "Widgets/TweenSliderStyle.h" |
Syntax
USTRUCT ()
struct FTweenPointStyle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Widgets/TweenSliderStyle.h | |||
FTweenPointStyle
(
const FVector2D& InNormalSize, |
Widgets/TweenSliderStyle.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| HitTestSize | FVector2D | The size of the hit box against which hit tests are made for this point (so the user does not need to click them pixel perfectly). | Widgets/TweenSliderStyle.h |
|
| Hovered | FSlateBrush | Brush when a point on the bar is hovered | Widgets/TweenSliderStyle.h |
|
| Normal | FSlateBrush | Brush when a point on the bar is not hovered or pressed | Widgets/TweenSliderStyle.h |
|
| PassedPoint | FSlateBrush | Brush when the slider has passed a point | Widgets/TweenSliderStyle.h |
|
| Pressed | FSlateBrush | Brush when a point on the bar is pressed | Widgets/TweenSliderStyle.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetResources
(
TArray< const FSlateBrush* >& OutBrushes |
Widgets/TweenSliderStyle.h | ||
FTweenPointStyle & Set
(
const FSlateBrush& InPressed |
Widgets/TweenSliderStyle.h | ||
FTweenPointStyle & SetHitTestSize
(
const FVector2D& InSize |
Widgets/TweenSliderStyle.h | ||
FTweenPointStyle & SetHovered
(
const FSlateBrush& InHovered |
Widgets/TweenSliderStyle.h | ||
FTweenPointStyle & SetNormal
(
const FSlateBrush& InNormal |
Widgets/TweenSliderStyle.h | ||
FTweenPointStyle & SetPassed
(
const FSlateBrush& InPassed |
Widgets/TweenSliderStyle.h |