unreal.SlateIMEditableTextParams

class unreal.SlateIMEditableTextParams(hint_text: str = '')

Bases: StructBase

Slate IMEditable Text Params

C++ Source:

  • Plugin: SlateIM

  • Module: SlateIM

  • File: SlateIMParameters.h

Editor Properties: (see get_editor_property/set_editor_property)

  • hint_text (str): [Read-Write] HintText The hint text to display when the input field is empty

property hint_text: str

[Read-Write] HintText The hint text to display when the input field is empty

Type:

(str)