Navigation
API > API/Plugins > API/Plugins/AudioWidgets
Inheritance Hierarchy
- FSlateWidgetStyle
- FAudioSliderStyle
References
| Module | AudioWidgets |
| Header | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/AudioWidgetsSlateTypes.h |
| Include | #include "AudioWidgetsSlateTypes.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FAudioSliderStyle : public FSlateWidgetStyle
Remarks
Represents the appearance of an Audio Slider
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | LabelPadding | Size of the padding between the label and the slider | |
| FSlateColor | SliderBackgroundColor | Color used to draw the slider background | |
| FVector2D | SliderBackgroundSize | Size of the slider background (slider default is vertical) | |
| FSlateColor | SliderBarColor | Color used to draw the slider bar | |
| FSliderStyle | SliderStyle | The style to use for the underlying SSlider. | |
| FSlateColor | SliderThumbColor | Color used to draw the slider thumb (handle) | |
| FAudioTextBoxStyle | TextBoxStyle | The style to use for the audio text box widget. | |
| FSlateColor | WidgetBackgroundColor | Color used to draw the widget background | |
| FSlateBrush | WidgetBackgroundImage | Image for the widget background |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FAudioSliderStyle & | GetDefault () |
||
| FAudioSliderStyle & | SetLabelPadding
(
const float& InLabelPadding |
||
| FAudioSliderStyle & | SetSliderBackgroundColor
(
const FSlateColor& InSliderBackgroundColor |
||
| FAudioSliderStyle & | SetSliderBackgroundSize
(
const FVector2D& InSliderBackgroundSize |
||
| FAudioSliderStyle & | SetSliderBarColor
(
const FSlateColor& InSliderBarColor |
||
| FAudioSliderStyle & | SetSliderStyle
(
const FSliderStyle& InSliderStyle |
||
| FAudioSliderStyle & | SetSliderThumbColor
(
const FSlateColor& InSliderThumbColor |
||
| FAudioSliderStyle & | SetTextBoxStyle
(
const FAudioTextBoxStyle& InTextBoxStyle |
||
| FAudioSliderStyle & | SetWidgetBackgroundColor
(
const FSlateColor& InWidgetBackgroundColor |
||
| FAudioSliderStyle & | SetWidgetBackgroundImage
(
const FSlateBrush& InWidgetBackgroundImage |
||
| void | UnlinkColors () |
Unlinks all colors in this style. |
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 |