Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Input
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SVolumeControl
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SVolumeControl.h |
| Include | #include "Widgets/Input/SVolumeControl.h" |
Syntax
class SVolumeControl : public SCompoundWidget
Remarks
A Slate VolumeControl is a mute icon/button and volume slider.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const SVolumeControl::FArguments& InDeclaration |
Construct the widget | |
| float | GetVolume () |
||
| bool | IsMuted () |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |
Enums
| Type | Name | Description | |
|---|---|---|---|
| ESpeakerIcon |
Typedefs
| Name | Description |
|---|---|
| FOnMuted |