unreal.SlateIMComboBoxParams

class unreal.SlateIMComboBoxParams(force_refresh: bool = False, searchable: bool = False)

Bases: StructBase

Slate IMCombo Box Params

C++ Source:

  • Plugin: SlateIM

  • Module: SlateIM

  • File: SlateIMParameters.h

Editor Properties: (see get_editor_property/set_editor_property)

  • force_refresh (bool): [Read-Write] Whether to force a refresh of the available options or the selected option (set to true for a frame when changing the list of options or manually setting the selected index)

  • searchable (bool): [Read-Write] Adds a search bar to the combo box

property force_refresh: bool

[Read-Write] Whether to force a refresh of the available options or the selected option (set to true for a frame when changing the list of options or manually setting the selected index)

Type:

(bool)

property searchable: bool

[Read-Write] Adds a search bar to the combo box

Type:

(bool)