Just want to know if there is a way to code a UI in Unreal from Blueprint or somethng else in Unreal ?
Let’s say we are in game and the player press Quit button for quite the game. So i want the program ask the player: “Are you sure you want to quit?” with the option “Yes” and “No” buttons/options.
Don’t know if you’ve solved this yet, but I solved this using widgets. You can have a Vertical box (or Horizontal box) that gets toggled when the “Quit Game” button is pressed by changing its visibility.