SListViewSelectorDropdownMenu::Construct

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/SListViewSelectorDropdownMenu.h

Include

#include "SListViewSelectorDropdownMenu.h"

Syntax

void Construct
(
    const FArguments & InArgs,
    TSharedPtr< SSearchBox > InDefaultFocusWidget,
    TSharedPtr< SListView< ListType > > InTargetListView
)

Parameters

Parameter

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

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