Advanced Sessions Plugin

[quote=“be LSDeath, post:1668, topic:30020”]

I’m using config setup from this Online Subsystem Steam Interface in Unreal Engine | Unreal Engine 5.2 Documentation i think that it is not NULL subsystem (OnlineSubsystemUtils.IpNetDriver ? by default without steam engine use this subsystem, i suppose). And i’m not package game, i just run 2 instance of my game from Play “Standalone game” and “Launch game” from solution folder(i tried each combination with Standalone game as server, as client, tried run only from “Launch game”). Each attempt led to 0 session after call “Update”. With custom Find sessions or with default


 

 [OnlineSubsystem] DefaultPlatformService=Steam
  1. Now that you've told UE4 that you want your application to use the Steam Online Subsystem, you'll need to configure the **OnlineSubsystemSteam** module by adding the following settings: 	
 [OnlineSubsystemSteam] bEnabled=true SteamDevAppId=480

 

Need to change DefaultPlatformService to NULL and bEnabled for steam to False if you want to test on lan using the null subystem.