What do you actually want the screen to do? You might want to use a UMG Widget actor for that part of it if you are only wanting to write text (i.e. like a console screen). If you are planning on doing graphics you can obviously use your texture method (or you could do both and have an image UMG widget behind a text umg widget on the same actor).