How To Make a Terminal Widget

Hello, I was wondering if anyone knew a way to make a basic terminal system in a widget blueprint where I can type a command, and have it perform an action like turning on a light or opening a door.
Thanks in advance.

There are a few text boxes you can use, the one I remember off hand is “editable text box” which you can place into a widget and it will allow the user to click on it and type in text. There is then an event you can call “on text committed” that you can then grab the entered text and run logic based off of what has been input into the text box. That is where you will have to get a reference to your door or light and then you can do whatever you like from there.

1 Like