I am new to Unreal Engine. Currently I am learning UE5. I am trying to change text and I had run into problem. And somehow I can't find any information about it.
I simply created user widget, I put a button and a text block. So the question is how can I change text in text block using onclick button event?
I found the solution. It was easier than I thought.
That's it! Can't believe I spent so many time trying to find the solution in blueprint videos, but accidently found out how to do this from C++ code.