Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/SAudioSlider.h |
Include |
#include "SAudioSlider.h" |
class SAudioSliderBase : public SAudioInputWidget
Slate audio sliders that wrap SSlider and provides additional audio specific functionality. This is a nativized version of the previous Audio Fader widget.
Name | Description | ||
---|---|---|---|
|
TAttribute< TOp... |
DesiredSizeOverride |
Optional override for desired size. |
|
TSharedPtr< SAu... |
Label |
|
|
TAttribute< FSl... |
LabelBackgroundColor |
Various colors. |
|
OnValueChanged |
Holds a delegate that is executed when the slider's value changed. |
|
|
OnValueCommitted |
Holds a delegate that is executed when the slider's value is committed (mouse capture ends). |
|
|
TAttribute< EOr... |
Orientation |
Holds the slider's orientation. |
|
OutputRange |
Range for output, currently only used for frequency sliders and sliders without curves. |
|
|
TSharedPtr< SSl... |
Slider |
Widget components. |
|
TAttribute< FSl... |
SliderBackgroundColor |
|
|
TSharedPtr< SIm... |
SliderBackgroundImage |
|
|
TAttribute< FSl... |
SliderBarColor |
|
|
TAttribute< FSl... |
SliderThumbColor |
|
|
const FAudioSli... |
Style |
|
|
TAttribute< flo... |
ValueAttribute |
Holds the slider's current linear value, from 0.0 - 1.0f. |
|
TAttribute< FSl... |
WidgetBackgroundColor |
|
|
TSharedPtr< SIm... |
WidgetBackgroundImage |
Name | Description | |
---|---|---|
|
SAudioSliderBase() |
Name | Description | |
---|---|---|
|
~SAudioSliderBase() |
Name | Description | ||
---|---|---|---|
|
Construct ( |
Construct the widget. |
|
|
const float |
GetLinValueForText ( |
|
|
const float |
GetOutputValueForText ( |
|
|
SetOrientation ( |
||
|
SetShowLabelOnlyOnHover ( |
||
|
SetSliderBackgroundColor ( |
||
|
SetSliderBarColor ( |
||
|
SetSliderThumbColor ( |
||
|
SetValueTextReadOnly ( |
||
|
SetWidgetBackgroundColor ( |
Name | Description | ||
---|---|---|---|
|
const float |
GetLinValue ( |
|
|
const float |
GetOutputValue ( |
|
|
SetDesiredSizeOverride ( |
||
|
SetLabelBackgroundColor ( |
Text label functions. |
|
|
SetOutputRange ( |
||
|
SetShowUnitsText ( |
||
|
SetUnitsText ( |
||
|
SetUnitsTextReadOnly ( |
||
|
SetValue ( |
Set the slider's linear (0-1 normalized) value. |
Name | Description | ||
---|---|---|---|
|
ComputeDesiredSize ( |
Compute the ideal size necessary to display this widget. |
Name |
Description |
|
---|---|---|
|
FArguments |
Name |
Description |
---|---|
LinearRange |