Navigation
API > API/Plugins > API/Plugins/DMXEditor > API/Plugins/DMXEditor/Widgets > API/Plugins/DMXEditor/Widgets/SNameListPicker
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SNameListPicker::FArguments
References
| Module | DMXEditor |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXEditor/Public/Widgets/SNameListPicker.h |
| Include | #include "Widgets/SNameListPicker.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SNameListPicker >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | bCanBeNone
(
bool InArg |
Whether a |
|
| WidgetArgsType & | bDisplayWarningIcon
(
bool InArg |
Display warning icon for a selected invalid value? | |
| WidgetArgsType & | ButtonStyle
(
const FButtonStyle* InArg |
The visual style of the button (overrides ComboButtonStyle) | |
| WidgetArgsType & | ComboButtonStyle
(
const FComboButtonStyle* InArg |
The visual style of the combo button | |
| WidgetArgsType & | ContentPadding
(
const TAttribute< FMargin >& InAttribute |
Content padding for the picker | |
| WidgetArgsType & | Font
(
const TAttribute< FSlateFontInfo >& InAttribute |
Sets the font used to draw the text on the button | |
| WidgetArgsType & | ForegroundColor
(
const TAttribute< FSlateColor >& InAttribute |
Foreground color for the picker | |
| WidgetArgsType & | HasMultipleValues
(
const TAttribute< bool >& InAttribute |
Attribute used to retrieve whether the picker is representing multiple different values. | |
| WidgetArgsType & | MaxVisibleItems
(
int32 InArg |
If there're more than this, the list will be scrollable and a search box will be displayed | |
| WidgetArgsType & | OnValueChanged
(
const FOnValueChanged& InDelegate |
Delegate for handling when for when the current value changes. | |
| WidgetArgsType & | OptionsSource
(
const TAttribute< TArray< FName > >& InAttribute |
List of possible names | |
| WidgetArgsType & | Value
(
const TAttribute< FName >& InAttribute |
Attribute used to retrieve the current value. |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |