I have an input field for the player to type bunch of names. I would like it so that when the player presses enter after committing some type of text on the field, it clears that name on the input field, so that the player can type a new name instantly without having to clear the last name from the field manually.
There is a “clear keyboard focus on commit” boolean variable available on the list, but I don’t know how to connect it to the “OnTextCommitted” node. Hopefully the provided picture will shed some light to my issue for you.