[QUOTE=KillerSneak;591090]
Null or none at this moment as I’m building a lobby and matchmaking system. It’s working I was just wondering why the error keeps popping up?
Its not giving the player a unique net id, that error is shown if the unique net id is empty. Are you testing in editor?
[QUOTE=FrankHartman;590987]
I am currently trying to call the function ‘Get session settings’ but it is failing everytime.
I want to update them so that other players know in what map the current session is playing.
There are also some other functions that are not working in my project like the ‘Is player in session’ function.
It seems like that the reference to the session data got deleted or something?
Is this a know bug of could it be that I am doing something wrong.
Thanks in advance
GetSessionSettings only fails in two isntances:
There is no session Interface (no subsystem using sessions is active).
The session interface doesn’t support sessions (probably attempting to play through editor).
The log will output an error message to you when it fails saying which one it is.