![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SlateTypes.h>
Inheritance diagram for FVolumeControlStyle:Public Member Functions | |
| SLATECORE_API | FVolumeControlStyle () |
| virtual SLATECORE_API | ~FVolumeControlStyle () |
| virtual SLATECORE_API void | GetResources (TArray< const FSlateBrush * > &OutBrushes) const override |
| virtual const FName | GetTypeName () const override |
| FVolumeControlStyle & | SetSliderStyle (const FSliderStyle &InSliderStyle) |
| FVolumeControlStyle & | SetHighVolumeImage (const FSlateBrush &InHighVolumeImage) |
| FVolumeControlStyle & | SetMidVolumeImage (const FSlateBrush &InMidVolumeImage) |
| FVolumeControlStyle & | SetLowVolumeImage (const FSlateBrush &InLowVolumeImage) |
| FVolumeControlStyle & | SetNoVolumeImage (const FSlateBrush &InNoVolumeImage) |
| FVolumeControlStyle & | SetMutedImage (const FSlateBrush &InMutedImage) |
Public Member Functions inherited from FSlateWidgetStyle | |
| SLATECORE_API | FSlateWidgetStyle () |
| virtual SLATECORE_API | ~FSlateWidgetStyle () |
Static Public Member Functions | |
| static SLATECORE_API const FVolumeControlStyle & | GetDefault () |
Public Attributes | |
| FSliderStyle | SliderStyle |
| FSlateBrush | HighVolumeImage |
| FSlateBrush | MidVolumeImage |
| FSlateBrush | LowVolumeImage |
| FSlateBrush | NoVolumeImage |
| FSlateBrush | MutedImage |
Static Public Attributes | |
| static SLATECORE_API const FName | TypeName |
Represents the appearance of an SVolumeControl
| FVolumeControlStyle::FVolumeControlStyle | ( | ) |
|
virtualdefault |
|
static |
|
overridevirtual |
Gets the brush resources associated with this style.
This method must be implemented by inherited structures.
| OutBrushes | The brush resources. |
Reimplemented from FSlateWidgetStyle.
Gets the name of this style.
This method must be implemented by inherited structures.
Reimplemented from FSlateWidgetStyle.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| FSlateBrush FVolumeControlStyle::HighVolumeImage |
Image to use when the volume is set to high
| FSlateBrush FVolumeControlStyle::LowVolumeImage |
Image to use when the volume is set to low
| FSlateBrush FVolumeControlStyle::MidVolumeImage |
Image to use when the volume is set to mid-range
| FSlateBrush FVolumeControlStyle::MutedImage |
Image to use when the volume is muted
| FSlateBrush FVolumeControlStyle::NoVolumeImage |
Image to use when the volume is set to off
| FSliderStyle FVolumeControlStyle::SliderStyle |
The style of the volume control slider
|
static |