unreal.AvaTextField

class unreal.AvaTextField(text: Text = '', maximum_length: AvaTextLength = Ellipsis, count: int = 0, text_case: AvaTextCase = Ellipsis)

Bases: StructBase

Ava Text Field

C++ Source:

  • Plugin: Avalanche

  • Module: AvalancheText

  • File: AvaTextDefs.h

Editor Properties: (see get_editor_property/set_editor_property)

  • count (int32): [Read-Write]

  • maximum_length (AvaTextLength): [Read-Write]

  • text (Text): [Read-Write]

  • text_case (AvaTextCase): [Read-Write]

property count: int

[Read-Write]

Type:

(int32)

property maximum_length: AvaTextLength

[Read-Write]

Type:

(AvaTextLength)

property text: Text

[Read-Write]

Type:

(Text)

property text_case: AvaTextCase

[Read-Write]

Type:

(AvaTextCase)