unreal.InlineEditableTextBlockStyle

class unreal.InlineEditableTextBlockStyle(editable_text_box_style: EditableTextBoxStyle = Ellipsis, text_style: TextBlockStyle = Ellipsis)

Bases: SlateWidgetStyle

Represents the appearance of an SInlineEditableTextBlock

C++ Source:

  • Module: SlateCore

  • File: SlateTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • editable_text_box_style (EditableTextBoxStyle): [Read-Write] The style of the editable text box, which dictates the font, color, and shadow options.

  • text_style (TextBlockStyle): [Read-Write] The style of the text block, which dictates the font, color, and shadow options. Style overrides all other properties!

property editable_text_box_style: EditableTextBoxStyle

[Read-Write] The style of the editable text box, which dictates the font, color, and shadow options.

Type:

(EditableTextBoxStyle)

property text_style: TextBlockStyle

[Read-Write] The style of the text block, which dictates the font, color, and shadow options. Style overrides all other properties!

Type:

(TextBlockStyle)