Navigation
API > API/Plugins > API/Plugins/AudioWidgetsCore > API/Plugins/AudioWidgetsCore/SAudioMeterWidget
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgetsCore/Public/SAudioMeterWidget.h |
| Include Path | #include "SAudioMeterWidget.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SAudioMeterWidget >
Inheritance Hierarchy
- TSlateBaseNamedArgs< SAudioMeterWidget > → SAudioMeterWidget::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SAudioMeterWidget.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SAudioMeterWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & BackgroundColor
(
const TAttribute< FSlateColor >& InAttribute |
The color to draw the background in. | SAudioMeterWidget.h | |
WidgetArgsType & MeterBackgroundColor
(
const TAttribute< FSlateColor >& InAttribute |
The color to draw the meter background in. | SAudioMeterWidget.h | |
WidgetArgsType & MeterChannelInfo
(
const TAttribute< TArray< FAudioMeterChannelInfo > >& InAttribute |
A value representing the audio meter value. | SAudioMeterWidget.h | |
WidgetArgsType & MeterClippingColor
(
const TAttribute< FSlateColor >& InAttribute |
The color to draw the clipping value in. | SAudioMeterWidget.h | |
WidgetArgsType & MeterPeakColor
(
const TAttribute< FSlateColor >& InAttribute |
The color to draw the meter peak. | SAudioMeterWidget.h | |
WidgetArgsType & MeterScaleColor
(
const TAttribute< FSlateColor >& InAttribute |
The color to draw the scale in. | SAudioMeterWidget.h | |
WidgetArgsType & MeterScaleLabelColor
(
const TAttribute< FSlateColor >& InAttribute |
The color to draw the scale in. | SAudioMeterWidget.h | |
WidgetArgsType & MeterValueColor
(
const TAttribute< FSlateColor >& InAttribute |
The color to draw the meter value in. | SAudioMeterWidget.h | |
WidgetArgsType & Orientation
(
EOrientation InArg |
The audio meter's orientation. | SAudioMeterWidget.h | |
WidgetArgsType & Style
(
const FAudioMeterWidgetStyle* InArg |
The style used to draw the slider. | SAudioMeterWidget.h |