Horizontally scrolling menu

Hello, Just another question - Is there any way to create a menu just like that in phone launchers? I mean that when you swipe left and right to change screens. I just want something like this in my android game… Thanks in advance. :slight_smile:

In UMG use Horizonal or Verticle Widget and contain it in ScrollBox widget:

Not sure if it will work well on phone, but it’s a worth a try, you canalways thigns some things up with extra code

Oh, of course I know that widget :slight_smile: But the biggest problem is in the code, making it work on android phones and animation.

So there no other way, you need to code interactivity on your own, UMG is based on Slate which was made for desktop UIs