Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/SGridLineSpacingList
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SGridLineSpacingList::FArguments
References
| Module | CurveEditor |
| Header | /Engine/Source/Editor/CurveEditor/Public/SGridLineSpacingList.h |
| Include | #include "SGridLineSpacingList.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SGridLineSpacingList >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| 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). | |
| WidgetArgsType & | DropDownValues
(
TArray< FNamedValue > InArg |
The values which are used to populate the drop down menu. | |
| WidgetArgsType & | HeaderText
(
const TAttribute< FText >& InAttribute |
An optional header to prepend to the generated list. | |
| WidgetArgsType & | MinDesiredValueWidth
(
const TAttribute< float >& InAttribute |
Controls the minimum width for the text box portion of the control. | |
| WidgetArgsType & | OnValueChanged
(
const FOnValueChanged& InDelegate |
The callback for when the value changes. | |
| WidgetArgsType & | Value
(
const TAttribute< TOptional< float > >& InAttribute |
The value displayed by the control. |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |