Navigation
API > API/Plugins > API/Plugins/Synthesis > API/Plugins/Synthesis/UI
Inheritance Hierarchy
References
| Module | Synthesis |
| Header | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Public/UI/SSynthKnob.h |
| Include | #include "UI/SSynthKnob.h" |
Syntax
class SSynthKnob : public SLeafWidget
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CommitValue
(
float NewValue |
Commits the specified slider value. | |
| void | Construct
(
const SSynthKnob::FArguments& InDeclaration |
Construct the widget. | |
| FVector2D | Return the last mouse down position. | ||
| float | GetValue () |
See the Value attribute | |
| bool | IsLocked () |
||
| void | SetLocked
(
const TAttribute< bool >& InLocked |
See the Locked attribute | |
| void | SetMouseFineTuneSpeed
(
const float InMouseFineTuneSpeed |
See the MousePeed attribute | |
| void | SetMouseSpeed
(
const float InMouseSpeed |
See the MousePeed attribute | |
| void | SetStepSize
(
const float InStepSize |
See the StepSize attribute | |
| void | SetValue
(
const TAttribute< float >& InValueAttribute |
See the Value attribute |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| FVector2D | ComputeDesiredSize
(
float |
Overwritten from SWidget. | |
| bool | |||
| void | OnFocusLost
(
const FFocusEvent& InFocusEvent |
Called when this widget loses focus. This event does not bubble. | |
| FReply | Called after a key is pressed when this widget has focus (this event bubbles if not handled) | ||
| FReply | Called after a key is released when this widget has focus | ||
| FReply | OnMouseButtonDown
(
const FGeometry& MyGeometry, |
MOUSE INPUT The system calls this method to notify the widget that a mouse button was pressed within it. | |
| FReply | OnMouseButtonUp
(
const FGeometry& MyGeometry, |
The system calls this method to notify the widget that a mouse button was release within it. | |
| FReply | OnMouseMove
(
const FGeometry& MyGeometry, |
The system calls this method to notify the widget that a mouse moved within it. | |
| int32 | OnPaint
(
const FPaintArgs& Args, |
Overwritten from SWidget. | |
| bool | Checks to see if this widget supports keyboard focus. Override this in derived classes. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |