Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/SAnalogSlider
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/SAnalogSlider.h |
| Include Path | #include "SAnalogSlider.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SAnalogSlider >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SAnalogSlider::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SAnalogSlider.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SAnalogSlider.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & IndentHandle
(
const TAttribute< bool >& InAttribute |
Whether the slidable area should be indented to fit the handle. | SAnalogSlider.h | |
WidgetArgsType & IsFocusable
(
bool InArg |
Sometimes a slider should only be mouse-clickable and never keyboard focusable. | SAnalogSlider.h | |
WidgetArgsType & Locked
(
const TAttribute< bool >& InAttribute |
Whether the handle is interactive or fixed. | SAnalogSlider.h | |
WidgetArgsType & OnAnalogCapture
(
const FOnFloatValueChanged& InDelegate |
Invoked when the mouse is pressed and a capture begins. | SAnalogSlider.h | |
WidgetArgsType & OnControllerCaptureBegin
(
const FSimpleDelegate& InDelegate |
Invoked when the Controller is pressed and capture begins. | SAnalogSlider.h | |
WidgetArgsType & OnControllerCaptureEnd
(
const FSimpleDelegate& InDelegate |
Invoked when the controller capture is released. | SAnalogSlider.h | |
WidgetArgsType & OnMouseCaptureBegin
(
const FSimpleDelegate& InDelegate |
Invoked when the mouse is pressed and a capture begins. | SAnalogSlider.h | |
WidgetArgsType & OnMouseCaptureEnd
(
const FSimpleDelegate& InDelegate |
Invoked when the mouse is released and a capture ends. | SAnalogSlider.h | |
WidgetArgsType & OnValueChanged
(
const FOnFloatValueChanged& InDelegate |
Called when the value is changed by the slider. | SAnalogSlider.h | |
WidgetArgsType & Orientation
(
EOrientation InArg |
The slider's orientation. | SAnalogSlider.h | |
WidgetArgsType & SliderBarColor
(
const TAttribute< FSlateColor >& InAttribute |
The color to draw the slider bar in. | SAnalogSlider.h | |
WidgetArgsType & SliderHandleColor
(
const TAttribute< FSlateColor >& InAttribute |
The color to draw the slider handle in. | SAnalogSlider.h | |
WidgetArgsType & StepSize
(
const TAttribute< float >& InAttribute |
The input mode while using the controller. | SAnalogSlider.h | |
WidgetArgsType & Style
(
const FSliderStyle* InArg |
The style used to draw the slider. | SAnalogSlider.h | |
WidgetArgsType & Value
(
const TAttribute< float >& InAttribute |
A value that drives where the slider handle appears. Value is normalized between 0 and 1. | SAnalogSlider.h |