[QUOTE=arbopa;394878]
, quick question, when you end_session, shouldn’t you be able to then create a new one? I have an ingame menu that lets you quit out. When I go to host and load a map, all is good, I quit out, calling end_session, seems fine, but when I go to create advanced session again it fails from that point on… am I missing something?
This is a bit obtuse because of how I named the nodes but it is how Epic handles it, when you have HOSTED a session you need to use their “Destroy Session” node to end the session. The “End Session” node is for the client disconnecting (and isn’t fully tested i forgot I made it :p).
Honestly I should probably take some time to go in and transfer the destroy session code to the end session node and call it if you are the host and if not then call the end session code for the client to make it an all in one node.