LAN sessions not working using steam

Wait, so I can do LAN and Steam on the same build of my game, and the user just has to turn off Steam and then LAN will work (as long as the LAN checkboxes are on/off?)
But then if I want to support both, should I put my DefaultEngine.ini to have NULL or Steam as the OnlineSubsystem?

any news on this one? i am having the exact same problem

Did you ever figure this out?

No I havenā€™t done anything toward Steam yet, just got LAN working.

" if you and all players exit steam (quit the program) it should work fineā€¦"

But itā€™s impossible to run without Steam if it is a Steam game!

And putting Steam into ā€˜offline modeā€™ still uses the Steam subsystem, so it STILL doesnā€™t work for LAN.

I know this is a really old thread now but I was looking for this exact problem myself and found the answer on another thread (after finding this one first): Understanding Steam and LAN multiplayer - #2 by VirtualNK
In summary you use:

MapName?listen?bIsLanMatch=1

1 Like

Thank you!
Had been struggling with this for a while now. This finally works in Steam (both Online and LAN).

To clarify for others using BP, this is how I set it up.

So the ?bIsLanMatch=1 goes into the OpenLevel Options

3 Likes