SListViewSelectorDropdownMenu

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.

Windows
MacOS
Linux

Inheritance Hierarchy

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

Name Description

Public function

void

 

Construct

(
    const FArguments& InArgs,
    TSharedPtr< SSearchBox > InDefaultF...,
    TSharedPtr< SListView< ListType > >...
)

Overridden from SWidget

Name Description

Public function Virtual

FReply

 

OnKeyDown

(
    const FGeometry& MyGeometry,
    const FKeyEvent& InKeyEvent
)

Called after a key is pressed when this widget has focus (this event bubbles if not handled)

Classes

Name

Description

Public struct

FArguments

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss