FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

FSlateBaseNamedArgs

TSlateBaseNamedArgs

SVolumeControl::FArguments

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Input/SVolumeControl.h

Include

#include "Widgets/Input/SVolumeControl.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SVolumeControl >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

Muted

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

The mute state to display

Public function

WidgetArgsTy...

 

OnMuteChanged

(
    const FOnMuted& InDelegate
)

Called when the mute state is changed by clicking the button

Public function

WidgetArgsTy...

 

OnVolumeChanged

(
    const FOnFloatValueChanged& InDele...
)

Called when the volume is changed by slider or muting

Public function

WidgetArgsTy...

 

Style

(
    const FVolumeControlStyle* InA...
)

The style to use to draw this volume control

Public function

WidgetArgsTy...

 

Volume

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

The volume to display

Typedefs

Name

Description

WidgetArgsType

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss