unreal.UIFrameworkTextBase

class unreal.UIFrameworkTextBase(outer: Object | None = None, name: Name | str = 'None')

Bases: UIFrameworkWidget

UIFramework Text Base

C++ Source:

  • Plugin: UIFramework

  • Module: UIFramework

  • File: UIFTextBlock.h

Editor Properties: (see get_editor_property/set_editor_property)

  • is_enabled (bool): [Read-Write]

  • visibility (SlateVisibility): [Read-Write]

  • widget_class (Class): [Read-Write]

get_justification() TextJustify

Get Justification

Return type:

TextJustify

get_overflow_policy() TextOverflowPolicy

Get Overflow Policy

Return type:

TextOverflowPolicy

get_text() Text

Get Text

Return type:

Text

get_text_color() LinearColor

Get Text Color

Return type:

LinearColor

set_justification(justification) None

Set Justification

Parameters:

justification (TextJustify) –

set_overflow_policy(overflow_policy) None

Set Overflow Policy

Parameters:

overflow_policy (TextOverflowPolicy) –

set_text_color(text_color) None

Set Text Color

Parameters:

text_color (LinearColor) –