Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Styling
Inheritance Hierarchy
- FSlateWidgetStyle
- FVolumeControlStyle
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
| Include | #include "Styling/SlateTypes.h" |
Syntax
struct FVolumeControlStyle : public FSlateWidgetStyle
Remarks
Represents the appearance of an SVolumeControl
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSlateBrush | HighVolumeImage | Image to use when the volume is set to high | |
| FSlateBrush | LowVolumeImage | Image to use when the volume is set to low | |
| FSlateBrush | MidVolumeImage | Image to use when the volume is set to mid-range | |
| FSlateBrush | MutedImage | Image to use when the volume is muted | |
| FSlateBrush | NoVolumeImage | Image to use when the volume is set to off | |
| FSliderStyle | SliderStyle | The style of the volume control slider |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FVolumeControlStyle & | GetDefault () |
||
| FVolumeControlStyle & | SetHighVolumeImage
(
const FSlateBrush& InHighVolumeImage |
||
| FVolumeControlStyle & | SetLowVolumeImage
(
const FSlateBrush& InLowVolumeImage |
||
| FVolumeControlStyle & | SetMidVolumeImage
(
const FSlateBrush& InMidVolumeImage |
||
| FVolumeControlStyle & | SetMutedImage
(
const FSlateBrush& InMutedImage |
||
| FVolumeControlStyle & | SetNoVolumeImage
(
const FSlateBrush& InNoVolumeImage |
||
| FVolumeControlStyle & | SetSliderStyle
(
const FSliderStyle& InSliderStyle |
Overridden from FSlateWidgetStyle
| Type | Name | Description | |
|---|---|---|---|
| void | GetResources
(
TArray< const FSlateBrush* >& OutBrushes |
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. |
Constants
| Name | Description |
|---|---|
| TypeName |