Navigation
API > API/Plugins > API/Plugins/AudioWidgets
Represents the appearance of an Audio Radial Slider
| Name | FAudioRadialSliderStyle |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/AudioWidgetsSlateTypes.h |
| Include Path | #include "AudioWidgetsSlateTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FAudioRadialSliderStyle : public FSlateWidgetStyle
Inheritance Hierarchy
- FSlateWidgetStyle → FAudioRadialSliderStyle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAudioRadialSliderStyle() |
AudioWidgetsSlateTypes.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FAudioRadialSliderStyle() |
AudioWidgetsSlateTypes.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TypeName | const FName | AudioWidgetsSlateTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CenterBackgroundColor | FSlateColor | Color used to draw the slider center background | AudioWidgetsSlateTypes.h |
|
| DefaultSliderRadius | float | Default size of the slider itself (not including label) | AudioWidgetsSlateTypes.h |
|
| LabelPadding | float | Size of the padding between the label and the slider | AudioWidgetsSlateTypes.h |
|
| SliderBarColor | FSlateColor | Color used to draw the unprogressed slider bar | AudioWidgetsSlateTypes.h |
|
| SliderProgressColor | FSlateColor | Color used to draw the progress bar | AudioWidgetsSlateTypes.h |
|
| TextBoxStyle | FAudioTextBoxStyle | The style to use for the audio text box widget. | AudioWidgetsSlateTypes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAudioRadialSliderStyle & SetCenterBackgroundColor
(
const FSlateColor& InCenterBackgroundColor |
AudioWidgetsSlateTypes.h | ||
FAudioRadialSliderStyle & SetDefaultSliderRadius
(
const float& InDefaultSliderRadius |
AudioWidgetsSlateTypes.h | ||
FAudioRadialSliderStyle & SetLabelPadding
(
const float& InLabelPadding |
AudioWidgetsSlateTypes.h | ||
FAudioRadialSliderStyle & SetSliderBarColor
(
const FSlateColor& InSliderBarColor |
AudioWidgetsSlateTypes.h | ||
FAudioRadialSliderStyle & SetSliderProgressColor
(
const FSlateColor& InSliderProgressColor |
AudioWidgetsSlateTypes.h | ||
FAudioRadialSliderStyle & SetTextBoxStyle
(
const FAudioTextBoxStyle& InTextBoxStyle |
AudioWidgetsSlateTypes.h |
Overridden from FSlateWidgetStyle
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetResources
(
TArray< const FSlateBrush* >& OutBrushes |
AudioWidgetsSlateTypes.h | ||
virtual const FName GetTypeName() |
AudioWidgetsSlateTypes.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FAudioRadialSliderStyle & GetDefault() |
AudioWidgetsSlateTypes.h |