Advanced Sessions Plugin

[quote=“, post:1669, topic:30020”]


 

  1. [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.

Still doesn’t work. And one moment - it work with or without your changes if i dont call Update session function. Also, find session work with lan = false and lan = true, if CreateSession using lan = true, but only until i update it.