Player Name

Hi, can someone tell me how can i give a name for my character,when the game start he/she just need to introduce his/her name and it will show up like string or HUD, and it will be visible until game finish.

  1. Create UI Widget with Edit field and button to confirm.
  2. Create String variable in yours player class, lets name it PlayerName and make it public
  3. In UI Widget after pushing button get player and set PlayerName to value of Edit Field.

I hope that this will be helpful: UMG UI Designer Quick Start Guide | Unreal Engine Documentation

can you show me please some screens, i am new in UI, i am level designer and don’t know many things in UI/HUD. :frowning:

yes,i find what i need.Thx for support.