Hi I´m writing to ask if somebody know how to change the default online subsystem type. I mean, I want to give the player the chance to join a session through diferent ways (LAN, Steam, and introducing an IP addres). Now I have set my default for steam connection like this:
[OnlineSubsystem]
DefaultPlatformService=Steam
PollingIntervalInMs=20
bHasVoiceEnabled=true
but if somebody want to connect by IP addres to a server without i should be in this way:
[OnlineSubsystem]
DefaultPlatformService=Null
So, does someby know how to make this changes via blueprint in order to give the player to connect through 3 way (LAN, steam and IP addres).