Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/SListViewSelectorDropdownMenu
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/SListViewSelectorDropdownMenu.h |
| Include | #include "SListViewSelectorDropdownMenu.h" |
void Construct
&40;
const FArguments & InArgs,
TSharedPtr< SSearchBox > InDefaultFocusWidget,
TSharedPtr< SListView< ListType > > InTargetListView
&41;
Parameters
| Name | Description |
|---|---|
| InDefaultfocusWidget | The default widget to give focus to when the listview does not handle an action |
| InTargetListView | If the SListViewSelectorDropdownMenu is handling the KeyDown event, focus will be applied to the TargetListView for certain keys that it can handle |