unreal.AudioTextBoxStyle

class unreal.AudioTextBoxStyle(background_image: SlateBrush = Ellipsis, background_color: SlateColor = Ellipsis)

Bases: SlateWidgetStyle

Represents the appearance of an Audio Text Box

C++ Source:

  • Plugin: AudioWidgets

  • Module: AudioWidgets

  • File: AudioWidgetsSlateTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • background_color (SlateColor): [Read-Write] Background Color: Color used to draw the label background

  • background_image (SlateBrush): [Read-Write] Background Image: Image for the label border

property background_color: SlateColor

[Read-Write] Background Color: Color used to draw the label background

Type:

(SlateColor)

property background_image: SlateBrush

[Read-Write] Background Image: Image for the label border

Type:

(SlateBrush)