SSearchableComboBox

A searchable text combo box

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

EditorWidgets

Header

/Engine/Source/Editor/EditorWidgets/Public/SSearchableComboBox.h

Include

#include "SSearchableComboBox.h"

Syntax

class SSearchableComboBox : public SComboButton

Remarks

A searchable text combo box

Functions

Name Description

Public function

void

 

ClearSelection()

Public function

void

 

Construct

(
    const FArguments& InArgs
)

Construct the widget from a declaration

Public function

TSharedPtr< ...

 

GetSelectedItem()

Public function

void

 

RefreshOptions()

Requests a list refresh after updating options Call SetSelectedItem to update the selected item if required

Public function

void

 

SetSelectedItem

(
    TSharedPtr< FString > InSelectedIte...
)

Classes

Name

Description

Public struct

FArguments

Typedefs

Name

Description

FOnGenerateWidget

Delegate type used to generate widgets that represent Options

FOnSelectionChanged

SComboListType

Type of list used for showing menu options.

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