Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/AudioSlider.h |
Include |
#include "AudioSlider.h" |
UCLASS()
class UAudioSlider : public UAudioSliderBase
An audio slider widget with customizable curves.
Name | Description | ||
---|---|---|---|
|
TWeakObjectPtr<... |
LinToOutputCurve |
Curves for mapping linear to output values. |
|
TWeakObjectPtr<... |
OutputToLinCurve |
Name | Description | |
---|---|---|
|
UAudioSlider ( |
Name | Description | ||
---|---|---|---|
|
TSharedRef< ... |
RebuildWidget() |
Function implemented by all subclasses of UWidget is called when the underlying SWidget needs to be constructed. |
|
SynchronizeProperties() |
Applies all properties to the native widget if possible. |