Navigation
API > API/Plugins > API/Plugins/DMXEditor
A widget which allows the user to pick a name of a specified list of names.
| Name | SNameListPicker |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXEditor/Public/Widgets/SNameListPicker.h |
| Include Path | #include "Widgets/SNameListPicker.h" |
Syntax
class SNameListPicker : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SNameListPicker
- FSlateControlledConstruction → SWidget → SCompoundWidget → SNameListPicker
Structs
| Name | Remarks |
|---|---|
| FArguments |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnValueChanged | TBaseDelegate_OneParam< void, FName > | Widgets/SNameListPicker.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| NoneLabel | const FText | Widgets/SNameListPicker.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCanBeNone | bool | Widgets/SNameListPicker.h | ||
| bDisplayWarningIcon | bool | Widgets/SNameListPicker.h | ||
| EdititableTextBox | TSharedPtr< SEditableTextBox > | Widgets/SNameListPicker.h | ||
| FilteredOptions | TArray< TSharedPtr< FName > > | Widgets/SNameListPicker.h | ||
| HasMultipleValuesAttribute | TAttribute< bool > | Widgets/SNameListPicker.h | ||
| MaxVisibleItems | int32 | Widgets/SNameListPicker.h | ||
| NamesListDropdown | TSharedPtr< SListViewSelectorDropdownMenu< TSharedPtr< FName > > > | Widgets/SNameListPicker.h | ||
| OnValueChangedDelegate | FOnValueChanged | Widgets/SNameListPicker.h | ||
| OptionsListView | TSharedPtr< SListView< TSharedPtr< FName > > > | Widgets/SNameListPicker.h | ||
| OptionsSource | TArray< TSharedPtr< FName > > | Widgets/SNameListPicker.h | ||
| OptionsSourceAttr | TAttribute< TArray< FName > > | Widgets/SNameListPicker.h | ||
| PickerComboButton | TSharedPtr< SComboButton > | Widgets/SNameListPicker.h | ||
| SearchBox | TSharedPtr< SSearchBox > | Widgets/SNameListPicker.h | ||
| ValueAttribute | TAttribute< FName > | Widgets/SNameListPicker.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Slate widget construction method | Widgets/SNameListPicker.h |