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