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