Navigation
API > API/Plugins > API/Plugins/AudioWidgets
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UVisual
- UWidget
- UAudioSliderBase
- UAudioSlider
- UAudioVolumeSlider
References
| Module | AudioWidgets |
| Header | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/AudioSlider.h |
| Include | #include "AudioSlider.h" |
Syntax
UCLASS&40;&41;
class UAudioSlider : public UAudioSliderBase
Remarks
An audio slider widget with customizable curves.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakObjectPtr< const UCurveFloat > | LinToOutputCurve | Curves for mapping linear to output values. | |
| TWeakObjectPtr< const UCurveFloat > | OutputToLinCurve |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UAudioSlider
(
const FObjectInitializer& ObjectInitializer |
Overridden from UWidget
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< SWidget > | Function implemented by all subclasses of UWidget is called when the underlying SWidget needs to be constructed. | ||
| void | Applies all properties to the native widget if possible. |