Navigation
API > API/Plugins > API/Plugins/AudioWidgets > API/Plugins/AudioWidgets/SAudioRadialSlider
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SAudioRadialSlider::FArguments
References
| Module | AudioWidgets |
| Header | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/SAudioRadialSlider.h |
| Include | #include "SAudioRadialSlider.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SAudioRadialSlider >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | CenterBackgroundColor
(
const TAttribute< FSlateColor >& InAttribute |
The color to draw the center background in. | |
| WidgetArgsType & | DesiredSizeOverride
(
const TAttribute< TOptional< FVector2D > >& InAttribute |
When specified, use this as the slider's desired size | |
| WidgetArgsType & | HandStartEndRatio
(
const TAttribute< FVector2D >& InAttribute |
Start and end of the hand as a ratio to the slider radius (so 0.0 to 1.0 is from the slider center to the handle). | |
| WidgetArgsType & | OnMouseCaptureBegin
(
const FSimpleDelegate& InDelegate |
Invoked when the mouse is pressed and a capture begins. | |
| WidgetArgsType & | OnMouseCaptureEnd
(
const FSimpleDelegate& InDelegate |
Invoked when the mouse is released and a capture ends. | |
| WidgetArgsType & | OnValueChanged
(
const FOnFloatValueChanged& InDelegate |
Called when the value is changed by slider or typing | |
| WidgetArgsType & | SliderBarColor
(
const TAttribute< FSlateColor >& InAttribute |
The color to draw the slider bar in. | |
| WidgetArgsType & | SliderCurve
(
FRuntimeFloatCurve InArg |
A curve that defines how the slider should be sampled. Default is linear. | |
| WidgetArgsType & | SliderProgressColor
(
const TAttribute< FSlateColor >& InAttribute |
The color to draw the progress bar in. | |
| WidgetArgsType & | SliderValue
(
const TAttribute< float >& InAttribute |
A value representing the normalized linear (0 - 1) audio slider value position. | |
| WidgetArgsType & | Style
(
const FAudioRadialSliderStyle* InArg |
The style used to draw the audio radial slider. | |
| WidgetArgsType & | WidgetLayout
(
const TAttribute< EAudioRadialSliderLayout >& InAttribute |
The widget layout. |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |