unreal.SlateIMModalDialogParams

class unreal.SlateIMModalDialogParams(category: AppMsgCategory = Ellipsis, title: str = '')

Bases: StructBase

Slate IMModal Dialog Params

C++ Source:

  • Plugin: SlateIM

  • Module: SlateIM

  • File: SlateIMParameters.h

Editor Properties: (see get_editor_property/set_editor_property)

  • category (AppMsgCategory): [Read-Write] The type of dialog to display

  • title (str): [Read-Write] The title to display in the dialog window

property category: AppMsgCategory

[Read-Write] The type of dialog to display

Type:

(AppMsgCategory)

property title: str

[Read-Write] The title to display in the dialog window

Type:

(str)