How to create lobby for local multiplayer game?

Hi!
I want to create lobby for FPS game using blueprint so I can see how many players are joined. Any Idea how to create.

Thanks in advanced!

Yes, and I have implemented the online session nodes for hosting and joining. But I want to create lobby so I can see other players Amor color, Weapons.

Have you checked out this video?

v=4LV7KKtzKs8

For this to work you will have to load all the settings from the clients to the server meaning you first have to connect to some random map just displaying the characters and some UI for all this stuff and once all are ready you load into the actual game map with the proper controller and all that stuff.

It’s probably not worth working too much on this unless you have at least a working playable prototype.