Hy yal i’m really a noob on UE4. Right now we want to develop a simple time attack game where the player just has to click on something on the screen or type a word on a sertain amount of time and if correct just go to the next level. My question is. Can we make the intire game with the user interface widget. The main game is a black screen with text a timer and maybe a flipbook animation on it. If this is all posible with the UI widget it would really help us alot. Thanks
Im looking for blueprint help. Not that great with c++ thanks
Not sure if you can do it all with a widget, But you dont want to anyway.
Look into paper2D with a
For the time attack/ typing words you can read what the player has written and make logic off there.
Just use widget for input.
This is basically what we have in mind. we just want a black screen with text input and output. Can this be done in unreal. Can you help us get started. I dont know where or how to start with the screen and inputs. Thank you