Choose your operating system:
Windows
macOS
Linux
| FSlateBaseNamedArgs
|
Module |
|
Header |
/Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/SAudioSlider.h |
Include |
#include "SAudioSlider.h" |
struct FArguments : public TSlateBaseNamedArgs< SAudioSliderBase >
Name | Description | |
---|---|---|
|
FArguments() |
Name | Description | ||
---|---|---|---|
|
WidgetArgsTy... |
AlwaysShowLabel ( |
Whether the text label is always shown or only on hover. |
|
WidgetArgsTy... |
DesiredSizeOverride ( |
When specified, use this as the slider's desired size |
|
WidgetArgsTy... |
OnValueChanged ( |
Called when the value is changed by slider or typing |
|
WidgetArgsTy... |
OnValueCommitted ( |
Called when the value is committed by mouse capture ending |
|
WidgetArgsTy... |
Orientation ( |
The orientation of the slider. |
|
WidgetArgsTy... |
SliderBackgroundColor ( |
The color to draw the slider background in. |
|
WidgetArgsTy... |
SliderBarColor ( |
The color to draw the slider bar in. |
|
WidgetArgsTy... |
SliderThumbColor ( |
The color to draw the slider thumb in. |
|
WidgetArgsTy... |
Style ( |
The style used to draw the audio slider. |
|
WidgetArgsTy... |
Value ( |
A value representing the audio slider value. |
|
WidgetArgsTy... |
WidgetBackgroundColor ( |
The color to draw the widget background in. |
Name |
Description |
---|---|
WidgetArgsType |