Is this tutorial on Unreal Engine's youtube outdated?

The entire series will take an entire day and maybe more so that is why I am here asking instead of potentially wasting my time on it.

I would like to start my projects with multiplayer in mind.

It’s from 2016, so probably

I am not too much into the topic, but the basic concepts are still valid. I couldn’t find a more recent course in the learning resource section. So you can use this one. If still unsure, look out for more recent courses from other developers as well.

Just do it. How many hours have you already wasted searching for an answer?

do NOT follow this tutorial. it’s not only outdated but also full of msitakes and unnecesary work. It completly ignores that game mode is server only object, and user interface is user only object. replicates variables that doesn’t require replication and do all sort of silly things. When you finish it it will “work” per say… but you will learn all the wrong things about how it should be done.

Please read http://cedric-neukirchen.net/Downloa…Neukirchen.pdf instead. And follow https://www.youtube.com/channel/UCNP…fBfjZ_g/videos to get some real understanding on “how to multiplayer in ue4”

Yes this tutorial wasn’t great even when it just came out. You could use it to get the general idea of what should happen but it often complicates something rather simple.