Navigation
API > API/Runtime > API/Runtime/AdvancedWidgets > API/Runtime/AdvancedWidgets/Widgets > API/Runtime/AdvancedWidgets/Widgets/SRadialSlider
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SRadialSlider::FArguments
References
| Module | AdvancedWidgets |
| Header | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h |
| Include | #include "Widgets/SRadialSlider.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SRadialSlider >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | AngularOffset
(
float InArg |
Rotates radial slider by arbitrary offset to support full gamut of configurations | |
| WidgetArgsType & | bUseCustomDefaultValue
(
const TAttribute< bool >& InAttribute |
Whether the slider should draw it's progress bar from a custom value on the slider | |
| WidgetArgsType & | CenterBackgroundBrush
(
FSlateBrush InArg |
Center background image. | |
| WidgetArgsType & | CenterBackgroundColor
(
const TAttribute< FSlateColor >& InAttribute |
The color to draw the center background in. | |
| WidgetArgsType & | CustomDefaultValue
(
const TAttribute< float >& InAttribute |
The value where the slider should draw it's progress bar from, independent of direction | |
| WidgetArgsType & | HandStartEndRatio
(
FVector2D InArg |
Start and end of the hand as a ratio to the slider radius (so 0.0 to 1.0 is from the slider center to 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 & | MouseUsesStep
(
bool InArg |
Sets new value if mouse position is greater/less than half the step size. | |
| 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 & | RequiresControllerLock
(
bool InArg |
Sets whether we have to lock input to change the slider value. | |
| WidgetArgsType & | ShowSliderHand
(
bool InArg |
Whether to show the slider hand. | |
| WidgetArgsType & | ShowSliderHandle
(
bool InArg |
Whether to show the slider thumb. | |
| 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 & | SliderHandleEndAngle
(
float InArg |
The angle at which the Slider Handle will end. | |
| WidgetArgsType & | SliderHandleStartAngle
(
float InArg |
The angle at which the Slider Handle will start. | |
| WidgetArgsType & | SliderProgressColor
(
const TAttribute< FSlateColor >& InAttribute |
The color to draw completed progress of the slider bar in. | |
| WidgetArgsType & | SliderRange
(
FRuntimeFloatCurve InArg |
A curve that defines how the slider should be sampled. Default is linear. | |
| 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 & | Thickness
(
const TAttribute< float >& InAttribute |
The thickness used for the slider bar. | |
| WidgetArgsType & | UseVerticalDrag
(
bool InArg |
Whether the value is changed when dragging vertically as opposed to along the radial curve. | |
| WidgetArgsType & | Value
(
const TAttribute< float >& InAttribute |
A value that drives where the slider handle appears. Value is normalized between 0 and 1. | |
| WidgetArgsType & | Distributes value tags along the slider |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |