JoJoHamer
(JoJoHamer)
1
Hello i have updated to 4.27 from 4.26 where everything was working fine now when i come to test the game it just fails to create session on 4.27 i have followed this guide
Unreal 4.27.2 Steam SDK 1.51 Can’t Find my own session #4.27.2 #Steam #Sessions - Programming & Scripting / Multiplayer & Networking - Unreal Engine Forums
but it didn’t solve it anyone else come across this i cant be only one
Thanks
Hello i got this problem when upgrading to ue5 aswell i found the fix by
Added bInitServerOnClient=true to the DefaultEngine.ini under [OnlineSubsystemSteam]
[/Script/Engine.GameEngine]
+NetDriverDefinitions=(DefName=“GameNetDriver”,DriverClassName=“OnlineSubsystemSteam.SteamNetDriver”,DriverClassNameFallback=“OnlineSubsystemUtils.IpNetDriver”)
[OnlineSubsystem]
DefaultPlatformService=Steam
[OnlineSubsystemSteam]
bEnabled=true
SteamDevAppId=480
bInitServerOnClient=true
[/Script/OnlineSubsystemSteam.SteamNetDriver]
NetConnectionClassName=“OnlineSubsystemSteam.SteamNetConnection”
3 Likes