[Suggestion] UMG Suggestions

I would like that some things would be added in UMG:

  1. In a Widget, the capability to animate in 3d, like rotation.
  2. In a Widget, the capability to make the ProgressBar more animated, like an Event: OnBarCompleted, and then you can change it’s texture, color, etc.
  3. In a Widget, the capability of making String/Text + String/Text, for example, I have XP that is a float, I convert it to Text to display it on the screen, and I have another one that is MXP, that I also convert it, I want to Add Text + Text, to make it all on a single text and then in the middle I add an “/” then it would be in code: SomeText = (toText(XP) + “/” + toText(MXP))

Thanks,
Alanzote.

Actually, you can do the last item. You just have to connect a text/string variable to a append with “/” and then connect another text/string in a third pin.

Like this:

Didn’t Know That! Thanks!

You’re welcome! :slight_smile:

Answered by luccasclezar in the comment on the top.

Cheers,
Alanzote.