Advanced Sessions Plugin

[quote=“JTXPbrah, post:2064, topic:30020”]

I have a dedicated server. For some reason when I enabled the Steam advanced sessions plugin, I can no longer connect directly to my server via IP. When I disable the steam plugin and just use the Advanced Sessions, I can connect and play again.

Is this a known issue? What exactly is going on here that’s preventing a direct connect?

I also want to point out that the server does show up on steam server LAN list, but not on Internet list.

Had the same issue that the server showed up LAN server. But was trying to connect to a listen server, and had UsePresence on the server set to false.

As sayed it makes use of the Steam subsystem, which uses steam netdriver/connection. You can go into the CreateAdvanvedSession BlueprintCallbackProxyBase::Activate and set a breakpoint in there, then step trough the code. The function brings you in the OnlineSubsystem used. Try with Steam plugin enabled/disabled and see whats the difference.