Choose your operating system:
Windows
macOS
Linux
| FSlateBaseNamedArgs
|
Module |
|
Header |
/Engine/Source/Editor/CurveEditor/Public/SGridLineSpacingList.h |
Include |
#include "SGridLineSpacingList.h" |
struct FArguments : public TSlateBaseNamedArgs< SGridLineSpacingList >
Name | Description | |
---|---|---|
|
FArguments() |
Name | Description | ||
---|---|---|---|
|
WidgetArgsTy... |
bShowNamedValue ( |
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). |
|
WidgetArgsTy... |
DropDownValues ( |
The values which are used to populate the drop down menu. |
|
WidgetArgsTy... |
HeaderText ( |
An optional header to prepend to the generated list. |
|
WidgetArgsTy... |
MinDesiredValueWidth ( |
Controls the minimum width for the text box portion of the control. |
|
WidgetArgsTy... |
OnValueChanged ( |
The callback for when the value changes. |
|
WidgetArgsTy... |
Value ( |
The value displayed by the control. |
Name |
Description |
---|---|
WidgetArgsType |