Pretty obvious stuff, but I felt like sharing this because of how useful it has been to me.
Here's a way to get an instant overview of any UE4 game's networking. In UE4, every RPC calls UNetDrive:: ProcessRemoteFunction which is a virtual method. In the game I'm currently working with, the...