Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/SGridLineSpacingList
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Editor/CurveEditor/Public/SGridLineSpacingList.h |
| Include Path | #include "SGridLineSpacingList.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SGridLineSpacingList >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SGridLineSpacingList::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SGridLineSpacingList.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SGridLineSpacingList.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & bShowNamedValue
(
const TAttribute< bool >& InAttribute |
If enabled, attempt to show the original name specified in the Drop Down values for a given entry instead of just a straight FText::AsNumber(NumericType). | SGridLineSpacingList.h | |
WidgetArgsType & DropDownValues
(
TArray< FNamedValue > InArg |
The values which are used to populate the drop down menu. | SGridLineSpacingList.h | |
WidgetArgsType & HeaderText
(
const TAttribute< FText >& InAttribute |
An optional header to prepend to the generated list. | SGridLineSpacingList.h | |
WidgetArgsType & MinDesiredValueWidth
(
const TAttribute< float >& InAttribute |
Controls the minimum width for the text box portion of the control. | SGridLineSpacingList.h | |
WidgetArgsType & OnValueChanged
(
const FOnValueChanged& InDelegate |
The callback for when the value changes. | SGridLineSpacingList.h | |
WidgetArgsType & Value
(
const TAttribute< TOptional< float > >& InAttribute |
The value displayed by the control. | SGridLineSpacingList.h |