Navigation
API > API/Plugins > API/Plugins/AudioWidgets
Inheritance Hierarchy
- FSlateWidgetStyle
- FAudioRadialSliderStyle
References
| Module | AudioWidgets |
| Header | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/AudioWidgetsSlateTypes.h |
| Include | #include "AudioWidgetsSlateTypes.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FAudioRadialSliderStyle : public FSlateWidgetStyle
Remarks
Represents the appearance of an Audio Radial Slider
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSlateColor | CenterBackgroundColor | Color used to draw the slider center background | |
| float | DefaultSliderRadius | Default size of the slider itself (not including label) | |
| float | LabelPadding | Size of the padding between the label and the slider | |
| FSlateColor | SliderBarColor | Color used to draw the unprogressed slider bar | |
| FSlateColor | SliderProgressColor | Color used to draw the progress bar | |
| FAudioTextBoxStyle | TextBoxStyle | The style to use for the audio text box widget. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FAudioRadialSliderStyle & | GetDefault () |
||
| FAudioRadialSliderStyle & | SetCenterBackgroundColor
(
const FSlateColor& InCenterBackgroundColor |
||
| FAudioRadialSliderStyle & | SetDefaultSliderRadius
(
const float& InDefaultSliderRadius |
||
| FAudioRadialSliderStyle & | SetLabelPadding
(
const float& InLabelPadding |
||
| FAudioRadialSliderStyle & | SetSliderBarColor
(
const FSlateColor& InSliderBarColor |
||
| FAudioRadialSliderStyle & | SetSliderProgressColor
(
const FSlateColor& InSliderProgressColor |
||
| FAudioRadialSliderStyle & | SetTextBoxStyle
(
const FAudioTextBoxStyle& InTextBoxStyle |
Overridden from FSlateWidgetStyle
| Type | Name | Description | |
|---|---|---|---|
| void | GetResources
(
TArray< const FSlateBrush* >& OutBrushes |
Gets the brush resources associated with this style. | |
| const FName | GetTypeName () |
Gets the name of this style.This method must be implemented by inherited structures. |
Constants
| Name | Description |
|---|---|
| TypeName |