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.
- Create UI Widget with Edit field and button to confirm.
- Create String variable in yours player class, lets name it PlayerName and make it public
- 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.
yes,i find what i need.Thx for support.