Choose your operating system:
Windows
macOS
Linux
| FSlateWidgetStyle
|
Module |
|
Header |
/Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/AudioWidgetsSlateTypes.h |
Include |
#include "AudioWidgetsSlateTypes.h" |
USTRUCT(BlueprintType)
struct FAudioRadialSliderStyle : public FSlateWidgetStyle
Represents the appearance of an Audio Radial Slider
Name | Description | ||
---|---|---|---|
|
CenterBackgroundColor |
Color used to draw the slider center background |
|
|
float |
DefaultSliderRadius |
Default size of the slider itself (not including label) |
|
float |
LabelPadding |
Size of the padding between the label and the slider |
|
SliderBarColor |
Color used to draw the unprogressed slider bar |
|
|
SliderProgressColor |
Color used to draw the progress bar |
|
|
TextBoxStyle |
The style to use for the audio text box widget. |
Name | Description | |
---|---|---|
|
FAudioRadialSliderStyle() |
Name | Description | |
---|---|---|
|
~FAudioRadialSliderStyle() |
Name | Description | ||
---|---|---|---|
|
const FAudio... |
GetDefault() |
|
|
FAudioRadial... |
SetCenterBackgroundColor ( |
|
|
FAudioRadial... |
SetDefaultSliderRadius ( |
|
|
FAudioRadial... |
SetLabelPadding ( |
|
|
FAudioRadial... |
SetSliderBarColor ( |
|
|
FAudioRadial... |
SetSliderProgressColor ( |
|
|
FAudioRadial... |
SetTextBoxStyle ( |
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 |