Hello guys
I am wondering about how to use AGameMode in a large persistent world. I am aware of the concept behind GameMode but I haven’t been able to apply it successfully. Here is an example of what I am trying to achieve:
Intializing game world loads level and game mode,a large level with multiple players online concurrently that can log in and log out at will (actors despawn upon logout). Upon login the server will remember logout position and relay it to the client. My question is: what a gamemode’s purpose in this case?
I am still a beginner when it comes to applying UE4 in code as I don’t know where my start point is. An example in c++ would improve my understanding greatly. I looked for tutorials, example code and community existing projects but wasn’t able to find what I am looking for specifically.
Thanks in advance.