FNamedValue

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

Windows
MacOS
Linux

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

Name Description

Public function

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

Name Description

Public function Const

FText

 

GetDescription()

Public function Const

FText

 

GetName()

Public function Const

TOptional< f...

 

GetValue()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss