Navigation
API > API/Plugins > API/Plugins/AudioWidgets
Inheritance Hierarchy
- SCompoundWidget
- SAudioInputWidget
References
| Module | AudioWidgets |
| Header | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/SAudioInputWidget.h |
| Include | #include "SAudioInputWidget.h" |
Syntax
class SAudioInputWidget : public SCompoundWidget
Remarks
Abstract class for use by audio sliders and knobs that consists of a visual representation of a float value and a text label.
Functions
| Type | Name | Description | |
|---|---|---|---|
| const float | GetOutputValue
(
const float InSliderValue |
||
| const float | GetSliderValue
(
const float OutputValue |
||
| void | SetDesiredSizeOverride
(
const FVector2D DesiredSize |
||
| void | SetLabelBackgroundColor
(
FSlateColor InColor |
||
| void | SetOutputRange
(
const FVector2D Range |
||
| void | SetShowUnitsText
(
const bool bShowUnitsText |
||
| void | SetSliderValue
(
float InSliderValue |
Set the slider's linear (0-1 normalized) value. | |
| void | SetUnitsText
(
const FText Units |
||
| void | SetUnitsTextReadOnly
(
const bool bIsReadOnly |