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