Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Input
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SNumericDropDown
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericDropDown.h |
| Include | #include "Widgets/Input/SNumericDropDown.h" |
Syntax
template<typename NumericType>
class SNumericDropDown : public SCompoundWidget
Remarks
A widget which allows the user to enter a digit or choose a number from a drop down menu.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments | |||
| FNamedValue | Represents a named numeric value for display in the drop down menu. |
Typedefs
| Name | Description |
|---|---|
| FOnValueChanged |