creating and interactive text interface

I’m very new to unreal engine development and i just need help trying to figure out how to achieve this effect.
i want the user to interact with a terminal and for the game to bring up a window that allows them to enter text. once this is done the user will be able to pass through a door.
i know how to create widgets and i have a terminal that tells the user to “press E to interact”
when they get close but I’m having trouble figuring out the rest.

hi, you want to create an input box like this for the user to enter a text:

Enable the checkbox IsVariable as well.

And then do some logic condition from your widget bp:

From your character/controller bp(the place where you spawn/create your widget) > get your variable IsCorrect

You might want to create a button in your widget and use event dispatcher to communicate btw the button and an event from your characterbp.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.