UMG Text Widget size

Is it possible to fix the width of a Text widget in UMG?

  • You can wrap it in a size box.
  • You can pair it with a spacer in a container supporting more than 1 child.
  • There’s Min Desired Width in the hidden part of the text box’s Appearance settings.
  • Setting Horizontal Alignment to fill may also get you what you need.

Depends on your implementation.

3 Likes

Thanks Everynone!