How to make responsive UI for mobile devices?

Hello everyone, I’m developing a game for mobile and how can I make my menus responsive? I found a few videos but I’m not sure so I wanted to write here. I also learned that there is a plugin called Common UI but what exactly does it do or can it be used for mobile?

Hey @darrexz!

So what do you mean “responsive”? As in, say, you press a button and it lights up and pulses?

If so, you should look into Widget Animations! :slight_smile:

I mean that I want my ui objects in the widget blueprint to be shaped properly on every mobile device without distortion, like in web programming, such as automatic scaling of the page according to the browser page size.

Oh, gotcha!

You need to use what are called “Size Boxes” and put individual widget pieces in those. They shrink and stretch what’s inside them to fit the screen based on the original!

Disclaimer: This link is not affiliated with Unreal Engine, Epic Games, or their Partners.