FArguments

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

FSlateBaseNamedArgs

TSlateBaseNamedArgs

SAudioSliderBase::FArguments

References

Module

AudioWidgets

Header

/Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/SAudioSlider.h

Include

#include "SAudioSlider.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SAudioSliderBase >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

AlwaysShowLabel

(
    const TAttribute< bool >& InAttrib...
)

Whether the text label is always shown or only on hover.

Public function

WidgetArgsTy...

 

DesiredSizeOverride

(
    const TAttribute< TOptional< FVecto...
)

When specified, use this as the slider's desired size

Public function

WidgetArgsTy...

 

OnValueChanged

(
    const FOnFloatValueChanged& InDele...
)

Called when the value is changed by slider or typing

Public function

WidgetArgsTy...

 

OnValueCommitted

(
    const FOnFloatValueChanged& InDele...
)

Called when the value is committed by mouse capture ending

Public function

WidgetArgsTy...

 

Orientation

(
    EOrientation InArg
)

The orientation of the slider.

Public function

WidgetArgsTy...

 

SliderBackgroundColor

(
    const TAttribute< FSlateColor >& I...
)

The color to draw the slider background in.

Public function

WidgetArgsTy...

 

SliderBarColor

(
    const TAttribute< FSlateColor >& I...
)

The color to draw the slider bar in.

Public function

WidgetArgsTy...

 

SliderThumbColor

(
    const TAttribute< FSlateColor >& I...
)

The color to draw the slider thumb in.

Public function

WidgetArgsTy...

 

Style

(
    const FAudioSliderStyle* InArg
)

The style used to draw the audio slider.

Public function

WidgetArgsTy...

 

Value

(
    const TAttribute< float >& InAttri...
)

A value representing the audio slider value.

Public function

WidgetArgsTy...

 

WidgetBackgroundColor

(
    const TAttribute< FSlateColor >& I...
)

The color to draw the widget background in.

Typedefs

Name

Description

WidgetArgsType