SEditableComboBox

Implements an editable combo box.

Inheritance Hierarchy

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/SlateFwd.h

Include

#include "SlateFwd.h"

Syntax

template<typename OptionType>
class SEditableComboBox : public SCompoundWidget

Remarks

Implements an editable combo box.

Functions

Name Description

Public function

void

 

ClearSelection()

Clears the combo box selection.

Public function

void

 

Construct

(
    const FArguments& InArgs
)

Constructs the widget.

Public function

OptionType

 

GetSelectedItem()

Gets the item that is currently selected in the combo box.

Public function

void

 

RefreshOptions()

Requests a list refresh after updating options.

Public function

void

 

SetSelectedItem

(
    OptionType InSelectedItem
)

Sets the item that is selected in the combo box.

Classes

Name

Description

Public struct

FArguments

Typedefs

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