Navigation
API > API/Plugins > API/Plugins/AudioWidgets > API/Plugins/AudioWidgets/SAudioSliderBase
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/SAudioSlider.h |
| Include Path | #include "SAudioSlider.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SAudioSliderBase >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SAudioSliderBase::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SAudioSlider.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SAudioSlider.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & AlwaysShowLabel
(
const TAttribute< bool >& InAttribute |
Whether the text label is always shown or only on hover. | SAudioSlider.h | |
WidgetArgsType & DesiredSizeOverride
(
const TAttribute< TOptional< FVector2D > >& InAttribute |
When specified, use this as the slider's desired size | SAudioSlider.h | |
WidgetArgsType & OnValueChanged
(
const FOnFloatValueChanged& InDelegate |
Called when the value is changed by slider or typing | SAudioSlider.h | |
WidgetArgsType & OnValueCommitted
(
const FOnFloatValueChanged& InDelegate |
Called when the value is committed by mouse capture ending | SAudioSlider.h | |
WidgetArgsType & Orientation
(
EOrientation InArg |
The orientation of the slider. | SAudioSlider.h | |
WidgetArgsType & SliderBackgroundColor
(
const TAttribute< FSlateColor >& InAttribute |
The color to draw the slider background in. | SAudioSlider.h | |
WidgetArgsType & SliderBarColor
(
const TAttribute< FSlateColor >& InAttribute |
The color to draw the slider bar in. | SAudioSlider.h | |
WidgetArgsType & SliderThumbColor
(
const TAttribute< FSlateColor >& InAttribute |
The color to draw the slider thumb in. | SAudioSlider.h | |
WidgetArgsType & SliderValue
(
const TAttribute< float >& InAttribute |
A value representing the normalized linear (0 - 1) audio slider value position. | SAudioSlider.h | |
WidgetArgsType & Style
(
const FAudioSliderStyle* InArg |
The style used to draw the audio slider. | SAudioSlider.h | |
WidgetArgsType & WidgetBackgroundColor
(
const TAttribute< FSlateColor >& InAttribute |
The color to draw the widget background in. | SAudioSlider.h |