Hello everyone, im trying to create a login console for my game but i have no clue how to do it. I understand this can take a while to explain but if anyone has the time to do it, i would really appreciate it.
We warmly welcome you to the Unreal Engine community!
Just so you’re aware, this topic has been moved from the International forum category to the Programming & Scripting - UI forum category. I added the optional tag “Widget” for you.
Just remember, when posting, please review the categories to ensure your topic is posted in the most relevant space.
Wishing you the best of luck in your game dev journey,
Make the console have an ephemeral string called EnteredDigits and a configurable string called SecretCode
Make each of the buttons call a function AddDigit on the main console object passing their digit value as an argument. You can do this with “on clicked” or some other callback.