How do you make a typing field? For writing names etc

Hi, i’m trying to figure out how you would do a sort of typing field which the player can use to type in a name in the game. I need this for a high score system, but i cannot find any documentation about if this exist or if i have to check input for every single key manually.
Anyone have any ideas or know where i can find some guidance?

You will need to do your own implementation on blueprint, atleast before UMG will be relesed, which will let you use Slate (Unreal UI system which editor use) in Blueprint, that currently is only accessible via C++. Heres some sarting poin if you interesed: