Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SNumericDropDown
Represents a named numeric value for display in the drop down menu.
| Name | FNamedValue |
| Type | class |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericDropDown.h |
| Include Path | #include "Widgets/Input/SNumericDropDown.h" |
Syntax
class FNamedValue
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Creates a new FNamedValue @InValue The numeric value to be assigned @InName The display text for the value in the UI @InDescription The description of the value used in tooltips or wherever a longer description is needed. | Widgets/Input/SNumericDropDown.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Description | FText | Widgets/Input/SNumericDropDown.h | ||
| Name | FText | Widgets/Input/SNumericDropDown.h | ||
| Value | NumericType | Widgets/Input/SNumericDropDown.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FText GetDescription() |
Widgets/Input/SNumericDropDown.h | ||
FText GetName() |
Widgets/Input/SNumericDropDown.h | ||
NumericType GetValue() |
Widgets/Input/SNumericDropDown.h |