Question about Multiplayer

Hi, I am very excited about this release and plan to get it, however i would like to ask,
‘’ How would one go about achieving multiplayer in this engine? ‘’ I am assuming that it can do multiplayer right?.. And please if you are able to explain simply as i am fairly new to this. Sorry, Thanks for any help.

The best way would probably be to look into ShooterGame example. It’s a full-featured multiplayer game. For general documentation about networking (replication, etc.) unfortunately it’s missing now.

However, it’s pretty similar to what UE3 offered. Co-relate UE3 documentation (UDK | NetworkingOverview), with ShooterGame code, you should get grasp of how it works