Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/SAnalogSlider
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SAnalogSlider::FArguments
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/SAnalogSlider.h |
| Include | #include "SAnalogSlider.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SAnalogSlider >
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 & | OnAnalogCapture
(
const FOnFloatValueChanged& InDelegate |
Invoked when the mouse is pressed and a capture begins. | |
| 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 & | Orientation
(
EOrientation InArg |
The slider's orientation. | |
| WidgetArgsType & | SliderBarColor
(
const TAttribute< FSlateColor >& InAttribute |
The color to draw the slider bar in. | |
| WidgetArgsType & | SliderHandleColor
(
const TAttribute< FSlateColor >& InAttribute |
The color to draw the slider handle in. | |
| WidgetArgsType & | StepSize
(
const TAttribute< float >& InAttribute |
The input mode while using the controller. | |
| WidgetArgsType & | Style
(
const FSliderStyle* InArg |
The style used to draw the slider. | |
| 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 |