![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SNumericDropDown.h>
Public Member Functions | |
| FNamedValue (NumericType InValue, FText InName, FText InDescription) | |
| NumericType | GetValue () const |
| FText | GetName () const |
| FText | GetDescription () const |
Represents a named numeric value for display in the drop down menu.
|
inline |
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.
|
inline |
|
inline |
|
inline |