SEditableComboBox::SetSelectedItem

Sets the item that is selected in the combo box.

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableComboBox.h

Include

#include "Widgets/Input/SEditableComboBox.h"

Syntax

void SetSelectedItem
(
    OptionType InSelectedItem
)

Remarks

Sets the item that is selected in the combo box.

Parameters

Parameter

Description

InSelectedItem

The item to select.

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