unreal.Text3DMaxWidthHandling

class unreal.Text3DMaxWidthHandling

Bases: EnumBase

EText 3DMax Width Handling

C++ Source:

  • Plugin: Text3D

  • Module: Text3D

  • File: Text3DTypes.h

SCALE: Text3DMaxWidthHandling = Ellipsis

Scales the text to meet the max width

Type:

0

WRAP_AND_SCALE: Text3DMaxWidthHandling = Ellipsis

First wraps the text (if possible) and then scales to meet the max width

Type:

1