Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/AudioMeter.h |
Include |
#include "AudioMeter.h" |
UCLASS()
class UAudioMeter : public UWidget
An audio meter widget.
Supports displaying a slower moving peak-hold value as well as the current meter value.
A clipping value is also displayed which shows a customizable color to indicate clipping.
Internal values are stored and interacted with as linear volume values.
Name | Description | ||
---|---|---|---|
|
BackgroundColor |
The color to draw the background. |
|
|
K2_Cache_MeterChannelInfo |
||
|
MeterBackgroundColor |
The color to draw the meter background. |
|
|
MeterChannelInfo |
The current meter value to display. |
|
|
MeterChannelInfoDelegate |
A bindable delegate to allow logic to drive the value of the meter |
|
|
MeterClippingColor |
The color to draw the meter clipping value. |
|
|
MeterPeakColor |
The color to draw the meter peak value. |
|
|
MeterScaleColor |
The color to draw the meter scale hashes. |
|
|
MeterScaleLabelColor |
The color to draw the meter scale label. |
|
|
MeterValueColor |
The color to draw the meter value. |
|
|
TSharedPtr< SAu... |
MyAudioMeter |
Native Slate Widget |
|
TEnumAsByte< EO... |
Orientation |
The slider's orientation. |
|
WidgetStyle |
The audio meter style |
Name | Description | |
---|---|---|
|
UAudioMeter ( |
Name | Description | ||
---|---|---|---|
|
GetMeterChannelInfo() |
Gets the current linear value of the meter. |
|
|
K2_Gate_MeterChannelInfo() |
||
|
SetBackgroundColor ( |
Sets the background color |
|
|
SetMeterBackgroundColor ( |
Sets the meter background color |
|
|
SetMeterChannelInfo ( |
Sets the current meter values. |
|
|
SetMeterClippingColor ( |
Sets the meter clipping color |
|
|
SetMeterPeakColor ( |
Sets the meter peak color |
|
|
SetMeterScaleColor ( |
Sets the meter scale color |
|
|
SetMeterScaleLabelColor ( |
Sets the meter scale color |
|
|
SetMeterValueColor ( |
Sets the meter value color |
Name | Description | ||
---|---|---|---|
|
const FText |
GetPaletteCategory() |
Gets the palette category of the widget |
|
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. |
Name | Description | ||
---|---|---|---|
|
ReleaseSlateResources ( |
Name |
Description |
|
---|---|---|
|
FGetMeterChannelInfo |