General
- Added a new SteamCoreEditor module, this module will notify you of new plugin versions/updates as they become available.
Old [OnlineSubsystem] DefaultPlatformService=EOS New [OnlineSubsystem] DefaultPlatformService=EOSCore
Old [/Script/OnlineSubsystemEOS.NetDriverEOS] NetConnectionClassName="OnlineSubsystemEOS.NetConnectionEOS" bIsUsingP2PSockets=true New [/Script/OnlineSubsystemEOSCore.NetDriverEOSCore] NetConnectionClassName="OnlineSubsystemEOSCore.NetConnectionEOSCore" bIsUsingP2PSockets=true
Old [/Script/Engine.GameEngine] !NetDriverDefinitions=ClearArray +NetDriverDefinitions=(DefName="GameNetDriver",DriverClassName="OnlineSubsystemEOS.NetDriverEOS",DriverClassNameFallback="OnlineSubsystemUtils.IpNetDriver") New [/Script/Engine.GameEngine] !NetDriverDefinitions=ClearArray +NetDriverDefinitions=(DefName="GameNetDriver",DriverClassName="OnlineSubsystemEOSCore.NetDriverEOSCore",DriverClassNameFallback="OnlineSubsystemUtils.IpNetDriver")
Old [/Script/OnlineSubsystemEOS.EOSCoreSettings] DefaultConfigurationName=DefaultConfig TickBudgetInMilliseconds=0 +EOSConfigurations=... New [/Script/OnlineSubsystemEOSCore.EOSCoreSettings] DefaultConfigurationName=DefaultConfig TickBudgetInMilliseconds=0 +EOSConfigurations=...
Old Style: void MyFunction(param1, param2, param3); New Style: void MyFunction(Param1, Param2, Parm3);
Unfortunately, the new nodes that exists in the Steamworks SDK does not have any documentation or information about their usage and therefor their intended functionality remains untested and may not function as expected as there is no official information available.