Thank you very much!
Apologise for the late reply
Bee
Creator of
Recent community posts
Ever wondered how to make your pause menu, inventory, or dialogue system fully navigable with a game controller? While mouse and keyboard support works automatically with widgets, gamepad navigation requires extra setup. In this tutorial, I’ll walk you through the essential steps to make your menus gamepad-friendly.
-> Check it out here: https://bluebubblebee.itch.io/gamecontroller-supportmenus-unreal5-tutorial

What You’ll Learn:
✅ Setting up Input Mapping Contexts for menus and gameplay
✅ Using C++ Interfaces to handle menu navigation
✅ Switching between different Input Mapping Contexts seamlessly
✅ Adding the Input Controller Component and HUD to the Player Controller
✅ Creating a basic main menu and hooking up input actions
✅ Implementing an Input Navigation Interface to connect input with UI widgets
Hi, my name is Bee,
I have a YouTube channel where I post tutorials about UE4, I enjoy creating games from scratch and showing how I go around systems, and create gameplay mechanics and finally connect everything together
I am developing a series of videos called Let's make a stealth game, where a robot is trapped in a facility and has to escape.
The series aims to cover many aspects of a game, including AI, Procedural Animations, UI and other simple mechanics (open doors, movable platforms...)

You can follow the series here
You can get the project files for each part here
I hope I can help some devs out there!
Hi!
My name is Bee, I am a Unreal Engine 4 developer who likes to share her humble knowledge about UE4 focusing on C++ and mixing with Blueprint.
I post tutorials about all sort of topics in my YouTube Channel that you can visit here: BlueBubbleBee
I added the source code of the endless runner game that I published a few months ago in this link:
https://bluebubblebee.itch.io/endlessrunner-ue4tutorial
Ther are devblog entries linking each part to the Youtube video to easy follow.
You can check the complete playlist for this series of videos here
I hope this can be of any help!




