Tag: Dialog

  • How to write a Dialog system with Unreal 5.1

    Create a new Widget Blueprint To display a Dialog Box, we first need to create a Widget to display on the screen that contains a text box. In Unreal Engine, you can create a new Widget Blueprint by right-clicking in the Content Browser, selecting “User Interface,” and then “Widget Blueprint.” Give your new Widget Blueprint…