Navigation
API > API/Plugins > API/Plugins/Synthesis > API/Plugins/Synthesis/UI > API/Plugins/Synthesis/UI/SSynthKnob
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SSynthKnob::FArguments
References
| Module | Synthesis |
| Header | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Public/UI/SSynthKnob.h |
| Include | #include "UI/SSynthKnob.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SSynthKnob >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | IsFocusable
(
bool InArg |
Sometimes a slider should only be mouse-clickable and never keyboard focusable. | |
| WidgetArgsType & | Locked
(
const TAttribute< bool >& InAttribute |
Whether the handle is interactive or fixed. | |
| WidgetArgsType & | MouseFineTuneSpeed
(
const TAttribute< float >& InAttribute |
The speed of the knob rotation with the mouse when shift is held while using mouse. | |
| WidgetArgsType & | MouseSpeed
(
const TAttribute< float >& InAttribute |
The speed of the knob rotation with the mouse. | |
| WidgetArgsType & | OnControllerCaptureBegin
(
const FSimpleDelegate& InDelegate |
Invoked when the Controller is pressed and capture begins. | |
| WidgetArgsType & | OnControllerCaptureEnd
(
const FSimpleDelegate& InDelegate |
Invoked when the controller capture is released. | |
| WidgetArgsType & | OnMouseCaptureBegin
(
const FSimpleDelegate& InDelegate |
Invoked when the mouse is pressed and a capture begins. | |
| WidgetArgsType & | OnMouseCaptureEnd
(
const FSimpleDelegate& InDelegate |
Invoked when the mouse is released and a capture ends. | |
| WidgetArgsType & | OnValueChanged
(
const FOnFloatValueChanged& InDelegate |
Called when the value is changed by the slider. | |
| WidgetArgsType & |
ParameterName
(
const TAttribute< FText >& InAttribute |
The name of the parameter. Can be queried and will show in a popup. | |
| WidgetArgsType & |
ParameterRange
(
const TAttribute< FVector2D >& InAttribute |
Parameter value range. | |
| WidgetArgsType & |
ParameterUnits
(
const TAttribute< FText >& InAttribute |
The parameter units. | |
| WidgetArgsType & | ShowParamTooltip
(
bool InArg |
Sometimes a slider should only be mouse-clickable and never keyboard focusable. | |
| WidgetArgsType & | StepSize
(
const TAttribute< float >& InAttribute |
The speed of the knob rotation. | |
| WidgetArgsType & | Style
(
const FSynthKnobStyle* InArg |
The style used to draw the knob. | |
| WidgetArgsType & | Value
(
const TAttribute< float >& InAttribute |
A value that drives where the slider handle appears. Value is normalized between 0 and 1. |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |