unreal.HyperlinkStyle
¶
- class unreal.HyperlinkStyle(underline_style: ButtonStyle = Ellipsis, text_style: TextBlockStyle = Ellipsis, padding: Margin = Ellipsis)¶
Bases:
SlateWidgetStyle
Represents the appearance of an SHyperlink
C++ Source:
Module: SlateCore
File: SlateTypes.h
Editor Properties: (see get_editor_property/set_editor_property)
padding
(Margin): [Read-Write] Padding: Paddingtext_style
(TextBlockStyle): [Read-Write] Text Style: Text styleunderline_style
(ButtonStyle): [Read-Write] Underline Style: Underline style
- property text_style: TextBlockStyle¶
[Read-Write] Text Style: Text style
- Type:
- property underline_style: ButtonStyle¶
[Read-Write] Underline Style: Underline style
- Type: