Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Public/UI/SynthKnob.h |
Include |
#include "UI/SynthKnob.h" |
UCLASS()
class USynthKnob : public UWidget
A simple widget that shows a sliding bar with a handle that allows you to control the value between 0..1.
No Children
Name | Description | ||
---|---|---|---|
|
IsFocusable |
Should the slider be focusable? |
|
|
float |
K2_Cache_Value |
|
|
Locked |
Whether the handle is interactive or fixed. |
|
|
float |
MouseFineTuneSpeed |
The speed of the mouse knob control when fine-tuning the knob |
|
float |
MouseSpeed |
The speed of the mouse knob control |
|
TSharedPtr< SSy... |
MySynthKnob |
Native Slate Widget |
|
OnControllerCaptureBegin |
Invoked when the controller capture begins. |
|
|
OnControllerCaptureEnd |
Invoked when the controller capture ends. |
|
|
OnMouseCaptureBegin |
Invoked when the mouse is pressed and a capture begins. |
|
|
OnMouseCaptureEnd |
Invoked when the mouse is released and a capture ends. |
|
|
OnValueChanged |
Called when the value is changed by slider or typing. |
|
|
ParameterName |
The name of the pararameter. Will show when knob turns. |
|
|
ParameterUnits |
The parameter units (e.g. hz). Will append to synth tooltip info. |
|
|
uint32: 1 |
ShowTooltipInfo |
Enable tool tip window to show parameter information while knob turns |
|
float |
StepSize |
The amount to adjust the value by, when using a controller or keyboard |
|
float |
Value |
The volume value to display. |
|
FGetFloat |
ValueDelegate |
A bindable delegate to allow logic to drive the value of the widget |
|
WidgetStyle |
The synth knob style |
Name | Description | |
---|---|---|
|
USynthKnob ( |
Name | Description | ||
---|---|---|---|
|
float |
GetValue() |
Gets the current value of the slider. |
|
HandleOnControllerCaptureBegin() |
||
|
HandleOnControllerCaptureEnd() |
||
|
HandleOnMouseCaptureBegin() |
||
|
HandleOnMouseCaptureEnd() |
||
|
HandleOnValueChanged ( |
||
|
float |
K2_Gate_Value() |
|
|
SetLocked ( |
Sets the handle to be interactive or fixed |
|
|
SetStepSize ( |
Sets the amount to adjust the value by, when using a controller or keyboard |
|
|
SetValue ( |
Sets the current value of the slider. |
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 ( |