Merge With Project
Last updated
Last updated
You may need to go into View Options and make sure "Show Plugin Content, and Show Engine Content is checked"
You will need to open your own gamemode and go to Class Settings, and click Parent Class and search for RWSManagerGameMode then after you have parented you will need to copy some code into your own. RWSManager Content > Manager > Common > Game > GameGameMode
Then back in your gamemode paste the code you found in the GameGameMode then on Event Begin Play right click and click "Add call to parent function" you will also need to do the same if you have any of these events in your gamemode Pre Login, Begin Play, Post Login, and Logout.
OnBeforeServerStart (This is when the server is starting and you wanna load all ur data before users actually join.)
OnServerStarted (This is when the server has been posted and ready for users.)
OnServerError (This is when any errors occur)
OnMatchmakingPlayerJoined (When a player joins you can also get there custom matchmaking data)