Navigation
API > API/Plugins > API/Plugins/Synthesis > API/Plugins/Synthesis/UI > API/Plugins/Synthesis/UI/SSynth2DSlider
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SSynth2DSlider::FArguments
References
| Module | Synthesis |
| Header | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Public/UI/SSynth2DSlider.h |
| Include | #include "UI/SSynth2DSlider.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SSynth2DSlider >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | IndentHandle
(
const TAttribute< bool >& InAttribute |
Whether the slidable area should be indented to fit the handle. | |
| 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 & | 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 & | OnValueChangedX
(
const FOnFloatValueChanged& InDelegate |
Called when the value is changed by the slider. | |
| WidgetArgsType & | OnValueChangedY
(
const FOnFloatValueChanged& InDelegate |
Called when the value is changed by the slider. | |
| WidgetArgsType & | StepSize
(
const TAttribute< float >& InAttribute |
The input mode while using the controller. | |
| WidgetArgsType & | Style
(
const FSynth2DSliderStyle* InArg |
The style used to draw the slider. | |
| WidgetArgsType & | ValueX
(
const TAttribute< float >& InAttribute |
A value that drives where the slider handle appears. Value is normalized between 0 and 1. | |
| WidgetArgsType & | ValueY
(
const TAttribute< float >& InAttribute |
A value that drives where the slider handle appears. Value is normalized between 0 and 1. |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |