Adding different screens
A game may be not made by one company, and there should be a publisher and developer at least. Both of them may want to include their fancy logos as splash screens at the beginning of the game. Usually a game by default will include only the Unreal Engine logo at the beginning of it, and before launching any of the maps. But Unreal Engine gives you the choice to add any amount of splash screens in the form of videos, but all come after the Unreal Engine logo.
The splash screen or movie set of options that is provided by the Unreal Engine can be found under Project Settings, but this time within the Movies section. And these options include the following:
- Movies: This has the following options:
- Wait for Movies to Complete: Setting this option to
true
, the game will wait for all the movies to be completed, and then run the game, even if the game loading has already completed. - Movies Are Skippable: Setting this option to
true
will allow the player to skip the start-up...
- Wait for Movies to Complete: Setting this option to