Navigation
API > API/Plugins > API/Plugins/AudioWidgets
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SAudioInputWidget
- SAudioRadialSlider
- SAudioVolumeRadialSlider
References
| Module | AudioWidgets |
| Header | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/SAudioRadialSlider.h |
| Include | #include "SAudioRadialSlider.h" |
Syntax
class SAudioVolumeRadialSlider : public SAudioRadialSlider
Remarks
An Audio Radial Slider widget with default conversion for volume (dB).
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetUseLinearOutput
(
bool InUseLinearOutput |
Overridden from SAudioRadialSlider
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const SAudioRadialSlider::FArguments& InArgs |
||
| 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. |