General
- Fixed a crash caused by a scope lock when the EventDispatcher was not initialized
This update will break your project if you are using Async Nodes with this plugin, you will need to update all your Async Nodes to use the new Callback execution pin
In previous versions the OnFailure callback didn’t provide any details about the result, this new update will allow you to use the Data callback (SteamResult enum) to get the error code
Old Async Nodes
If you want more logging output in your EOSCore project, you can add the following lines to your DefaultEngine.ini configuration file.
[Core.Log]
Online=Verbose
OnlineSession=Verbose
OnlineGame=Verbose
LogEOSCore=Verbose
LogEOSCoreSubsystem=Verbose