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] Color used to draw the label backgroundbackground_image
(SlateBrush): [Read-Write] Image for the label border
- property background_color: SlateColor¶
[Read-Write] Color used to draw the label background
- Type:
- property background_image: SlateBrush¶
[Read-Write] Image for the label border
- Type: