To display the HUD, follow these steps:
- Return to the FirstPersonExampleMap tab and Content Browser. Find and open the FirstPersonCharacter Blueprint in the Blueprints folder.
- In Event Graph, right-click on any empty grid space to open Context Menu, and then search for Event BeginPlay and click on it. The Editor will move to the position in Event Graph where Event BeginPlay is already placed.
- Press the Alt key and click on the white pin of Event BeginPlay to disconnect it. Move the Event BeginPlay node to the left.
In most cases, Event BeginPlay will call the subsequent Actions as soon as the game is started. If the Actor the Blueprint is attached to isn't present when the game starts, then instead, it will trigger as ...