In this episode I'll explain the intricacies of a scroll selection menu in Unreal Engine. I've managed to implement it using buttons inside a Wrap Box inside a Scroll Box). The menu shows up when I press a button, stores a value, and lets me plant a vegetable depending on what I've selected. Works with the mouse, keyboard and gamepad.
The key to gamepad success is to give one button (any button) keyboard focus manually when the menu is displayed. Written instructions with screenshots can be found here: https://www.versluis.com/2020/09/scro...
I'm explaining more about the gamepad navigation implementation here: https://www.versluis.com/2020/09/game... (thanks to Dean Ashford for this tip).
SUPPORT MY PROJECTS HERE
==========================
https://ko-fi.com/wpguru
/ versluis
https://wpguru.tv/support
BUY ANYTHING from Amazon and I'll get 4% (I think)
===========================================
Amazon US: https://amzn.to/2HHusxl
Amazon Canada: https://amzn.to/2XeaiAS
Amazon UK: https://amzn.to/2Wru217
Amazon Germany: https://amzn.to/2WuQfvx
#UnrealEngine #UI #Menu