What I am trying to do is build a calculator to help familiarize myself with Blueprint.
I am attempting to allow the user to click buttons to perform a small function (IE: Press the 7 button, and it appends 7 to what has already been entered on the screen [the textbox]).
I have been reading about binding the textbox value to a variable. But I am not at all sure I am doing it right.
Here is what I have:
All I have been able to do is program in the logic I think I need to grab the value I have in the Screen variable, and combine it with another value, which I don’t know how to point at the button being pressed. I also don’t know how to connect the Get Text 1 node to all this.