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