FNamedValue

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

Unreal Engine C++ API Reference > Editor > CurveEditor > SGridLineSpacingList

References

   
Module CurveEditor
Header /Engine/Source/Editor/CurveEditor/Public/SGridLineSpacingList.h
Include #include "SGridLineSpacingList.h"

Syntax

class FNamedValue  

Remarks

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

Constructors

Type Name Description
  FNamedValue ( TOptional< float > InValue, FText InName, FText InDescription ) Creates a new FNamedValue The numeric value to be assigned The display text for the value in the UI The description of the value used in tooltips or wherever a longer description is needed.

Functions

Type Name Description
FText GetDescription ()  
FText GetName ()  
TOptional< f... GetValue ()  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library