Navigation
API > API/Editor > API/Editor/UnrealEd
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SListViewSelectorDropdownMenu
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/SListViewSelectorDropdownMenu.h |
| Include | #include "SListViewSelectorDropdownMenu.h" |
Syntax
template<typename ListType>
class SListViewSelectorDropdownMenu : public SCompoundWidget
Remarks
This is a container widget to help refocus to a listview widget from a searchbox or other text box widgets that are used in conjunction. Will refocus when the up or down arrows are pressed, and will commit a selection when enter is pressed regardless of where focus is.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| FReply | Called after a key is pressed when this widget has focus (this event bubbles if not handled) |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |