Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/SGridLineSpacingList
Represents a named numeric value for display in the drop down menu.
| Name | FNamedValue |
| Type | class |
| Header File | /Engine/Source/Editor/CurveEditor/Public/SGridLineSpacingList.h |
| Include Path | #include "SGridLineSpacingList.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. | SGridLineSpacingList.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Description | FText | SGridLineSpacingList.h | ||
| Name | FText | SGridLineSpacingList.h | ||
| Value | TOptional< float > | SGridLineSpacingList.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FText GetDescription() |
SGridLineSpacingList.h | ||
FText GetName() |
SGridLineSpacingList.h | ||
TOptional< float > GetValue() |
SGridLineSpacingList.h |