Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/SAudioMeter.h |
Include |
#include "SAudioMeter.h" |
class SAudioMeter : public SLeafWidget
A Slate slider control is a linear scale and draggable handle.
Name | Description | ||
---|---|---|---|
|
TAttribute< FSl... |
BackgroundColor |
Various colors. |
|
bIsActiveTimerRegistered |
Is the active timer registered to refresh the meter channel info. |
|
|
TAttribute< FSl... |
MeterBackgroundColor |
|
|
TAttribute< TAr... |
MeterChannelInfoAttribute |
|
|
TAttribute< FSl... |
MeterClippingColor |
|
|
TAttribute< FSl... |
MeterPeakColor |
|
|
TAttribute< FSl... |
MeterScaleColor |
|
|
TAttribute< FSl... |
MeterScaleLabelColor |
|
|
TAttribute< FSl... |
MeterValueColor |
|
|
Orientation |
Holds the slider's orientation. |
|
|
const FAudioMet... |
Style |
Holds the style passed to the widget upon construction. |
Name | Description | |
---|---|---|
|
SAudioMeter() |
Name | Description | ||
---|---|---|---|
|
Construct ( |
Construct the widget. |
|
|
GetMeterChannelInfo() |
||
|
float |
GetScaleHeight() |
Returns the scale height based off font size and hash height. |
|
SetBackgroundColor ( |
||
|
SetMeterBackgroundColor ( |
||
|
SetMeterChannelInfo ( |
||
|
SetMeterClippingColor ( |
||
|
SetMeterPeakColor ( |
||
|
SetMeterScaleColor ( |
||
|
SetMeterScaleLabelColor ( |
||
|
SetMeterValueColor ( |
||
|
SetOrientation ( |
Set the Orientation attribute |
Name | Description | ||
---|---|---|---|
|
ComputeDesiredSize ( |
Overwritten from SWidget. |
|
|
ComputeVolatility() |
Recomputes the volatility of the widget. |
|
|
OnPaint ( |
Overwritten from SWidget. |
Name |
Description |
|
---|---|---|
|
FArguments |