unreal.HyperlinkStyle¶
- class unreal.HyperlinkStyle(underline_style: ButtonStyle = Ellipsis, text_style: TextBlockStyle = Ellipsis, padding: Margin = Ellipsis)¶
Bases:
SlateWidgetStyleRepresents 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] Paddingtext_style(TextBlockStyle): [Read-Write] Text styleunderline_style(ButtonStyle): [Read-Write] Underline style
- property text_style: TextBlockStyle¶
[Read-Write] Text style
- Type:
- property underline_style: ButtonStyle¶
[Read-Write] Underline style
- Type: