Navigation
API > API/Plugins > API/Plugins/AudioWidgets > API/Plugins/AudioWidgets/SAudioMeter
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SAudioMeter::FArguments
References
| Module | AudioWidgets |
| Header | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/SAudioMeter.h |
| Include | #include "SAudioMeter.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SAudioMeter >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | BackgroundColor
(
const TAttribute< FSlateColor >& InAttribute |
The color to draw the background in. | |
| WidgetArgsType & | IndentHandle
(
const TAttribute< bool >& InAttribute |
Whether the slidable area should be indented to fit the handle. | |
| WidgetArgsType & | MeterBackgroundColor
(
const TAttribute< FSlateColor >& InAttribute |
The color to draw the meter background in. | |
| WidgetArgsType & | MeterChannelInfo
(
const TAttribute< TArray< FMeterChannelInfo > >& InAttribute |
A value representing the audio meter value. | |
| WidgetArgsType & | MeterClippingColor
(
const TAttribute< FSlateColor >& InAttribute |
The color to draw the clipping value in. | |
| WidgetArgsType & | MeterPeakColor
(
const TAttribute< FSlateColor >& InAttribute |
The color to draw the meter peak. | |
| WidgetArgsType & | MeterScaleColor
(
const TAttribute< FSlateColor >& InAttribute |
The color to draw the scale in. | |
| WidgetArgsType & | MeterScaleLabelColor
(
const TAttribute< FSlateColor >& InAttribute |
The color to draw the scale in. | |
| WidgetArgsType & | MeterValueColor
(
const TAttribute< FSlateColor >& InAttribute |
The color to draw the meter value in. | |
| WidgetArgsType & | Orientation
(
EOrientation InArg |
The slider's orientation. | |
| WidgetArgsType & | Style
(
const FAudioMeterStyle* InArg |
The style used to draw the slider. |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |