Choose your operating system:
Windows
macOS
Linux
| FSlateWidgetStyle
|
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
Include |
#include "Styling/SlateTypes.h" |
struct FVolumeControlStyle : public FSlateWidgetStyle
Represents the appearance of an SVolumeControl
Name | Description | ||
---|---|---|---|
|
HighVolumeImage |
Image to use when the volume is set to high |
|
|
LowVolumeImage |
Image to use when the volume is set to low |
|
|
MidVolumeImage |
Image to use when the volume is set to mid-range |
|
|
MutedImage |
Image to use when the volume is muted |
|
|
NoVolumeImage |
Image to use when the volume is set to off |
|
|
SliderStyle |
The style of the volume control slider |
Name | Description | |
---|---|---|
|
FVolumeControlStyle() |
Name | Description | |
---|---|---|
|
~FVolumeControlStyle() |
Name | Description | ||
---|---|---|---|
|
const FVolum... |
GetDefault() |
|
|
FVolumeContr... |
SetHighVolumeImage ( |
|
|
FVolumeContr... |
SetLowVolumeImage ( |
|
|
FVolumeContr... |
SetMidVolumeImage ( |
|
|
FVolumeContr... |
SetMutedImage ( |
|
|
FVolumeContr... |
SetNoVolumeImage ( |
|
|
FVolumeContr... |
SetSliderStyle ( |
Name | Description | ||
---|---|---|---|
|
GetResources ( |
Gets the brush resources associated with this style. |
|
|
const FName |
GetTypeName() |
Gets the name of this style. This method must be implemented by inherited structures. |
Name |
Description |
---|---|
TypeName |