Setup Blueprint Widget of Blueprint MenuΒΆ

  1. Click the Add New button inside the Content Browser, then under User Interface select Widget Blueprint and name it EnvironmentInfo_Widget.
../_images/widgetComponent_2.png
  1. All User Interface elements (HUD, Menus, etc.) will be created and housed inside a Widget Blueprint. The Widget Blueprint allows you to visually layout your UI elements as well as provides scripted functionality for those elements. We are creating this to be displayed when our player character spawns in the world, however we will set it up later.
../_images/widgetBP.png

For more information on Widget Blueprints see the Widget Blueprint documentation.