Steam - Client Timeout (but works with NULL)

I found the solution!

You just need to add the bIsLanMatch option to your open level call on the server.
Like this:

UGameplayStatics::OpenLevel(GetWorld(), "Foo", true, "listen?bIsLanMatch=1");

More server options

Hope it works for you as well.

1 Like