UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SNumericDropDown< NumericType >::FNamedValue Class Reference

#include <SNumericDropDown.h>

Public Member Functions

 FNamedValue (NumericType InValue, FText InName, FText InDescription)
 
NumericType GetValue () const
 
FText GetName () const
 
FText GetDescription () const
 

Detailed Description

template<typename NumericType>
class SNumericDropDown< NumericType >::FNamedValue

Represents a named numeric value for display in the drop down menu.

Constructor & Destructor Documentation

◆ FNamedValue()

template<typename NumericType >
SNumericDropDown< NumericType >::FNamedValue::FNamedValue ( NumericType  InValue,
FText  InName,
FText  InDescription 
)
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.

Member Function Documentation

◆ GetDescription()

template<typename NumericType >
FText SNumericDropDown< NumericType >::FNamedValue::GetDescription ( ) const
inline

◆ GetName()

template<typename NumericType >
FText SNumericDropDown< NumericType >::FNamedValue::GetName ( ) const
inline

◆ GetValue()

template<typename NumericType >
NumericType SNumericDropDown< NumericType >::FNamedValue::GetValue ( ) const
inline

The documentation for this class was generated from the following file: