EventDispatcher 1.5.9
General
- Fixed a crash caused by a scope lock when the EventDispatcher was not initialized
all
View All TagsThis 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 to enable logging for EventDispatcher, add this to your DefaultEngine.ini
[Core.log] LogEventDispatcher=Verbose