Search code examples
androiduser-interfaceunreal-engine4unreal-blueprint

Unreal - Widget not showing up in mobile apk


I am a beginner in Unreal Engine and I am trying to create a game for android. I am not able to show UI in mobile package (apk). I tryied all of the compressions. In viewport everything is how it shoud be, but in apk, I can't see any UI, any button. I can see just the joysticks from controllers. I tryed using add to player screen bp node with no result. The code is in the image. enter image description here

I tried deconnecting the owning player node and still with no results. What is wrong?


Solution

  • I'm not familiar with Unreal engine but in searching for hopefully an answer that would help you I found a tutorial that takes you through creating a UI with a HUD. When I read it the steps appear to clear and pretty concise. Hopefully reading through it may help you figure out what happened. From what I gather everything is based around using widgets to create your UI. This is the site. https://www.raywenderlich.com/167227/unreal-engine-4-ui-tutorial.

    Hope this helps