Advanced Sessions Plugin

Joining the last two posts. Something probably doesn’t work in 4.18.3 and 4.19.4 or I’m just stupid and I’ve forgot something during setup but I’m unable to find any sessions with Find Sessions Advanced node in blueprints.

Current DefaultEngine.ini
[SPOILER]
[/Script/Engine.GameEngine]
+NetDriverDefinitions=(DefName=“GameNetDriver”,DriverClassName=“OnlineSubsystemSteam.SteamNetDriver”,DriverClassNameFallback=“OnlineSubsystemUtils.IpNetDriver”)

[OnlineSubsystem]
DefaultPlatformService=Steam
PollingIntervalInMs=20

[OnlineSubsystemSteam]
bEnabled=true
SteamDevAppId=480
GameServerQueryPort=7777
bRelaunchInSteam=false
GameVersion=1.0.0.0
bVACEnabled=0
bAllowP2PPacketRelay=true
P2PConnectionTimeout=90

[/Script/OnlineSubsystemSteam.SteamNetDriver]
NetConnectionClassName=OnlineSubsystemSteam.SteamNetConnection
[/SPOILER]