Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/AudioRadialSlider.h |
Include |
#include "AudioRadialSlider.h" |
UCLASS()
class UAudioRadialSlider : public UWidget
An audio radial slider widget.
Name | Description | ||
---|---|---|---|
|
CenterBackgroundColor |
The color to draw the widget background. |
|
|
HandStartEndRatio |
Start and end of the hand as a ratio to the slider radius (so 0.0 to 1.0 is from the slider center to the handle). |
|
|
IsUnitsTextReadOnly |
Whether to set the units part of the text label read only. |
|
|
IsValueTextReadOnly |
Whether to set the value part of the text label read only. |
|
|
float |
K2_Cache_Value |
|
|
TSharedPtr< SAu... |
MyAudioRadialSlider |
Native Slate Widget |
|
OnValueChanged |
Called when the value is changed by slider or typing. |
|
|
OutputRange |
Output range |
|
|
ShowLabelOnlyOnHover |
If true, show text label only on hover; if false always show label. |
|
|
ShowUnitsText |
Whether to show the units part of the text label. |
|
|
SliderBarColor |
The color to draw the slider bar in. |
|
|
SliderProgressColor |
The color to draw the slider progress bar in. |
|
|
float |
SliderThickness |
The slider thickness. |
|
TextLabelBackgroundColor |
The color to draw the text label background. |
|
|
UnitsText |
The text label units |
|
|
float |
Value |
The linear value. |
|
ValueDelegate |
A bindable delegate to allow logic to drive the value of the widget |
|
|
TEnumAsByte< EA... |
WidgetLayout |
The layout of the widget (position of text label). |
|
WidgetStyle |
Name | Description | |
---|---|---|
|
UAudioRadialSlider ( |
Name | Description | ||
---|---|---|---|
|
HandleOnValueChanged ( |
||
|
float |
K2_Gate_Value() |
|
|
SetCenterBackgroundColor ( |
Sets the label background color |
|
|
SetHandStartEndRatio ( |
Sets the start and end of the hand as a ratio to the slider radius (so 0.0 to 1.0 is from the slider center to the handle). |
|
|
SetOutputRange ( |
Sets the output range |
|
|
SetShowLabelOnlyOnHover ( |
If true, show text label only on hover; if false always show label. |
|
|
SetShowUnitsText ( |
Sets whether to show the units text |
|
|
SetSliderBarColor ( |
Sets the slider bar color |
|
|
SetSliderProgressColor ( |
Sets the slider progress color |
|
|
SetSliderThickness ( |
Sets the slider thickness |
|
|
SetTextLabelBackgroundColor ( |
Sets the label background color |
|
|
SetUnitsText ( |
Sets the units text |
|
|
SetUnitsTextReadOnly ( |
Sets whether the units text is read only |
|
|
SetValueTextReadOnly ( |
Sets whether the value text is read only |
|
|
SetWidgetLayout ( |
Sets the widget layout |
Name | Description | ||
---|---|---|---|
|
const FText |
GetPaletteCategory() |
Gets the palette category of the widget |
|
TSharedRef< ... |
RebuildWidget() |
Function implemented by all subclasses of UWidget is called when the underlying SWidget needs to be constructed. |
|
SynchronizeProperties() |
Applies all properties to the native widget if possible. |
Name | Description | ||
---|---|---|---|
|
ReleaseSlateResources ( |