Navigation
API > API/Plugins > API/Plugins/AudioWidgets
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SAudioInputWidget
- SAudioSliderBase
- SAudioVolumeSlider
References
| Module | AudioWidgets |
| Header | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/SAudioSlider.h |
| Include | #include "SAudioSlider.h" |
Syntax
class SAudioVolumeSlider : public SAudioSliderBase
Remarks
An Audio Slider widget intended to be used for volume output, with output decibel range but no customizable curves.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetUseLinearOutput
(
bool InUseLinearOutput |
Overridden from SAudioSliderBase
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const SAudioSlider::FArguments& InDeclaration |
Construct the widget. | |
| const float | GetOutputValueForText
(
const float InSliderValue |
||
| const float | GetSliderValueForText
(
const float OutputValue |
Overridden from SAudioInputWidget
| Type | Name | Description | |
|---|---|---|---|
| const float | GetOutputValue
(
const float InSliderValue |
||
| const float | GetSliderValue
(
const float OutputValue |
||
| void | SetOutputRange
(
const FVector2D Range |
Constants
| Name | Description |
|---|---|
| MaxDbValue | |
| MinDbValue | Min/max possible values for output range, derived to avoid Audio::ConvertToLinear/dB functions returning NaN. |