How do I create a runtime widget for the player to enter their character first name and last name using Editable Text? Both are separate Editable Text objects in the same Canvas Panel. using UE 5.4.1, Spent 3 hours searching forums and so far what I found is useless.
Create a user widget with a native editable text, spawn it, add to container and bind its dispatcher so it can spit out text. Or spawn a native editable text.
However, you say run-time and then you say:
Both are separate Editable Text objects in the same Canvas Panel
So which one is it? Design time or not? If you already have it in the canvas, then it’s just this: