
Description
This plugin primarily focuses on providing gamepad overlays that can be added to the viewport while you play and test your game. This overlay system can be used in the Editor and in packaged games and shows up in screen recordings (for example if you are reporting a bug and user inputs are important to visualize). Additionally, this plugin provides simple gamepad icons along with a framework for implementing new gamepad drivers in C++ consistent with Unreal's existing input device framework. Currently there are very basic gamepad drivers for PS5 Dualsense and Switch Pro Controller which support rumble / force feedback. More features and controllers to come.
Example Project: Link (5.3+)
Icons are from Kenney's Input Prompts asset pack (Creative Commons License)
While I do intend to eventually support macOS and other Apple platforms, only Windows is supported at this time.
If you have any specific requests for overlays or controllers to support, please drop me a line. I may be available as a freelancer to build custom tools and tech.
(v.1.0.0) - Initial Release
(v1.0.1) - Fab Migration