unreal.SlateIMButtonParams

class unreal.SlateIMButtonParams(enabled: bool = False)

Bases: StructBase

Slate IMButton Params

C++ Source:

  • Plugin: SlateIM

  • Module: SlateIM

  • File: SlateIMParameters.h

Editor Properties: (see get_editor_property/set_editor_property)

  • enabled (bool): [Read-Write] Indicate if the button is enabled or not (grayed)

property enabled: bool

[Read-Write] Indicate if the button is enabled or not (grayed)

Type:

(bool)