Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Public/UI/SSynthKnob.h |
Include |
#include "UI/SSynthKnob.h" |
class SSynthKnob : public SLeafWidget
Name | Description | ||
---|---|---|---|
|
CommitValue ( |
Commits the specified slider value. |
|
|
Construct ( |
Construct the widget. |
|
|
GetMouseDownPosition() |
Return the last mouse down position. |
|
|
float |
GetValue() |
See the Value attribute |
|
IsLocked() |
||
|
SetLocked ( |
See the Locked attribute |
|
|
SetMouseFineTuneSpeed ( |
See the MousePeed attribute |
|
|
SetMouseSpeed ( |
See the MousePeed attribute |
|
|
SetStepSize ( |
See the StepSize attribute |
|
|
SetValue ( |
See the Value attribute |
Name | Description | ||
---|---|---|---|
|
ComputeDesiredSize ( |
Overwritten from SWidget. |
|
|
IsInteractable() |
||
|
OnFocusLost ( |
Called when this widget loses focus. This event does not bubble. |
|
|
OnKeyDown |
Called after a key is pressed when this widget has focus (this event bubbles if not handled) |
|
|
OnKeyUp |
Called after a key is released when this widget has focus |
|
|
OnMouseButtonDown ( |
MOUSE INPUT The system calls this method to notify the widget that a mouse button was pressed within it. |
|
|
OnMouseButtonUp ( |
The system calls this method to notify the widget that a mouse button was release within it. |
|
|
OnMouseMove ( |
The system calls this method to notify the widget that a mouse moved within it. |
|
|
OnPaint ( |
Overwritten from SWidget. |
|
|
SupportsKeyboardFocus() |
Checks to see if this widget supports keyboard focus. Override this in derived classes. |
Name |
Description |
|
---|---|---|
|
FArguments |