Networking 101 – creating collectables with networking

Networking is one of the more complex things you can do as a programmer. Unreal uses a client-server model for communication between multiple computers. In this case, the server is the person who started the game and the clients are those who are playing the game with the first person. In order for things happening on everyone's game to work correctly, we need to call certain code at certain times to certain people.

For example, when a client wants to shoot his/her gun, they send a message to the server, which will then determine whether you hit anything and then tell all the clients what happened using replication. This can be important because some things, such as the Game Mode, only exist ...

Get Unreal Engine: Game Development from A to Z now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.