unreal.SlateIMSelectionListParams

class unreal.SlateIMSelectionListParams(force_refresh: bool = False)

Bases: StructBase

Slate IMSelection List 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)

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)