Text screen

Hi,

I new in Unreal and I,m making a game and before the start of the game and after the click in play button, I want to display to the user a screen not in the level yet telling the history of the game with text, images and a button in the bottom to continue the history before the game start…and after the introduction of the game is done, then the user can start play the game…Could you please guide me which component, tutorial, etc I need to study to create something like this please? I tried to find tutorials but did not find anything…

Example:

http://image.dosgamesarchive.com/screenshots/yt_backstory.png

You can create that using Unreal motion graphics. You can have your level loaded at game start while keeping the UI on top to hide the level. As soon as the player is done viewing the history, then make the UI disappear and the level will be displayed.

Research for Unreal motion graphics, if you want to have animated intros or stuff like that, research for Matinee.

Hope that answers your question.

Hello dbenedit85,

You can create that using Unreal motion graphics. You can have your level loaded at game start while keeping the UI on top to hide the level. As soon as the player is done viewing the history, then make the UI disappear and the level will be displayed.

Research for Unreal motion graphics, if you want to have animated intros or stuff like that, research for Matinee.

Hope that answers your question.

Hi, Yes you solved my problem… I researched about UMG and I found the solution.

Thank you for your help!!