Choose your operating system:
Windows
macOS
Linux
| FSlateWidgetStyle
|
Module |
|
Header |
/Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/AudioMeterStyle.h |
Include |
#include "AudioMeterStyle.h" |
USTRUCT(BlueprintType)
struct FAudioMeterStyle : public FSlateWidgetStyle
Represents the appearance of an SAudioMeter
Name | Description | ||
---|---|---|---|
|
BackgroundImage |
Image to use to represent the background. |
|
|
bScaleSide |
Which side to show the scale. If vertical, true means left side, false means right side. If horizontal, true means above, false means below. |
|
|
bShowScale |
Whether or not to show the decibel scale alongside the meter. |
|
|
DecibelsPerHash |
How wide to draw the decibel scale, if it's enabled. |
|
|
Font |
Font family and size to be used when displaying the meter scale. |
|
|
MeterBackgroundImage |
Image to use to represent the meter background. |
|
|
MeterPadding |
How much padding to add around the meter. |
|
|
MeterPeakImage |
Image to use to represent the meter peak. |
|
|
MeterSize |
How thick to draw the meter. |
|
|
MeterValueBackgroundImage |
Image to use to draw behind the meter value. |
|
|
MeterValueImage |
Image to use to represent the meter value. |
|
|
float |
MeterValuePadding |
How much padding to add around the meter value. |
|
float |
PeakValueWidth |
How wide to draw the peak value indicator. |
|
float |
ScaleHashHeight |
The height of each hash mark. |
|
float |
ScaleHashOffset |
Offset for the hashes. |
|
float |
ScaleHashWidth |
The width of each hash mark. |
|
ValueRangeDb |
The minimum and maximum value to display in dB (values are clamped in this range) |
Name | Description | |
---|---|---|
|
FAudioMeterStyle() |
Name | Description | |
---|---|---|
|
~FAudioMeterStyle() |
Name | Description | ||
---|---|---|---|
|
GetResources ( |
Gets the brush resources associated with this style. |
|
|
const FName |
GetTypeName() |
Gets the name of this style. This method must be implemented by inherited structures. |
Name |
Description |
---|---|
TypeName |