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