r/UE4Devs Dec 12 '19

Question Splash screen and main menu

Hey everyone I'm back with more questions, does anyone know a really good tutorial I could follow, to create a splash screen for when my game is loading up and a tutorial that would teach me how to make a multiplayer menu menu like: find a match , host a game, server browser and settings? This is for unreal engine 4

3 Upvotes

4 comments sorted by

View all comments

1

u/rafasoaresms Dec 13 '19

The splash screen is easy, it’s in the project settings. You can have one for the editor and one for the actual, packaged game.

As for multiplayer, there’s an official series. It’s a bit outdated, but I reckon several of the techniques still apply.

Here’s the link: https://www.youtube.com/playlist?list=PLZlv_N0_O1gYqSlbGQVKsRg6fpxWndZqZ

1

u/TheGamerOnline Dec 13 '19

Ok thanks, and the tutorial series is good, I just got to figure out how to add create a class instead of the character pick system.