When enabling OnlineSubsystemSteam, I am unable to travel to dedicated servers using ClientTravel(ip, absolute).
When OSS is disabled on the server(-nosteam), this same travel method works perfectly fine.
I am not using any sessions, and just want to make a direct connection with ClientTravel.
With OSS, the server log doesn’t display any attempt at a connection, but the client log displays this warning:
Warning: Failed to find object ‘Class /Script/OnlineSubsystemSteam.SteamAuthComponentModuleInterface’
Warning: Unable to load HandlerComponent factory: OnlineSubsystemSteam.SteamAuthComponentModuleInterface
Two separate computers are being used.
Steam plugin is enabled and my DefaultEngine.ini has these settings:
[/Script/Engine.GameEngine]
+NetDriverDefinitions=(DefName=“GameNetDriver”,DriverClassName=“OnlineSubsystemSteam.SteamNetDriver”,DriverClassNameFallback=“OnlineSubsystemUtils.IpNetDriver”)
[OnlineSubsystem]
DefaultPlatformService=Steam
[OnlineSubsystemSteam]
bEnableSteam=True
bEnabled=true
SteamDevAppId=480
[/Script/OnlineSubsystemSteam.SteamNetDriver]
NetConnectionClassName=“OnlineSubsystemSteam.SteamNetConnection”
[PacketHandlerComponents]
+Components=OnlineSubsystemSteam.SteamAuthComponentModuleInterface
Thanks