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