Unreal Engine – BP Keypad UI UE6224

BP Keypad UI

Technical Details

– a basic data table for key codes which can be edited in UE4 or by CSV
– placeable keypad actor, whose name can be manually defined or automatically populated from the data table per game session
– complete functionality for saving and loading up to date pin code data
– optional random pin code offset per keypad so pins are unique every game session
– triggered pin code hinting to provide a keypad’s expected solution, also ready to expose the required pin code to other BPs
– optional obfuscation of user input, comes as UI toggle
– text-based feedback for user actions
– elegantly simple, animated UI graphics you can easily re-skin
– UI sounds for each interaction and feedback
– minimal sample scene, very easy to migrate to any project