Find Session no Results

I tried to programm a Multiplayer but the result Array of find sessions has no elements. The CreateSession is being called. Not even working with local.


If you have any idea please dont hesitate telling me.

Make sure you add “listen” to your open level / open map under options. It’s not expanded on the screenshot provided and it’s easy to miss.

Thank you for the reply but sadly that didnt fix it.

Try putting actual number in public connections. Right now you have plugged in a string that is converted to int. Can you print string it and see what value does actually come through? I’m assuming it’s 0 which could be your problem. Try it like I did on screenshot below


Have you enabled all online systems plugin/s in your project that might be relevant?

Alternative is using advanced sessions plugin, which you can get here:

It’s a little bit more work but nothing that can’t be done, plenty resources online how to get it to work. If you do decide to go with it, make sure to backup your project before you start as this will require you to make it a C++ project (if it isn’t already).

Thank you that actually did fix it! Turns out I had the get display name instead of get selected option. Thank you

1 Like

Would it be possible that you have a look at my other post because apparently you are a professional bug fixer: Widget component in a different BP