Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Input > API/Runtime/Slate/Widgets/Input/SNumericDropDown
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SNumericDropDown::FArguments
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericDropDown.h |
| Include | #include "Widgets/Input/SNumericDropDown.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SNumericDropDown< NumericType > >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | bShowNamedValue
(
const TAttribute< bool >& InAttribute |
Toggle to show the drop down text value if the value matches the numeric value. | |
| WidgetArgsType & | DropDownValues
(
TArray< FNamedValue > InArg |
The values which are used to populate the drop down menu. | |
| WidgetArgsType & | LabelText
(
const TAttribute< FText >& InAttribute |
The text which is displayed in the label next to the control. | |
| WidgetArgsType & | MinDesiredValueWidth
(
const TAttribute< float >& InAttribute |
Controls the minimum width for the text box portion of the control. | |
| WidgetArgsType & | OnValueChanged
(
const FOnValueChanged& InDelegate |
The callback for when the value changes. | |
| WidgetArgsType & | Orientation
(
const TAttribute< EOrientation >& InAttribute |
Controls the label placement for the control. | |
| WidgetArgsType & | Value
(
const TAttribute< NumericType >& InAttribute |
The value displayed by the control. |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |