Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Input > API/Runtime/Slate/Widgets/Input/SVolumeControl
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
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | Muted
(
const TAttribute< bool >& InAttribute |
The mute state to display | |
| WidgetArgsType & | OnMuteChanged
(
const FOnMuted& InDelegate |
Called when the mute state is changed by clicking the button | |
| WidgetArgsType & | OnVolumeChanged
(
const FOnFloatValueChanged& InDelegate |
Called when the volume is changed by slider or muting | |
| WidgetArgsType & | Style
(
const FVolumeControlStyle* InArg |
The style to use to draw this volume control | |
| WidgetArgsType & | Volume
(
const TAttribute< float >& InAttribute |
The volume to display |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |