What's New!
Like what you're seeing?
Support us as a GitHub Sponsor and get instant access to all our assets, exclusive tools and assets, escalated support and issue tracking and our gratitude. These articles are made possible by our GitHub Sponsors ... become a sponsor today!
Introduction
Heathen has not stopped updating, improving, expanding and enriching its tools and knowledge base in over a decade ... and we aren't about to stop now!
This article describes major recent and upcoming changes coming to Heathen's Toolkit for Steamworks SDK for the Unreal Engine. GitHub Sponsors and Patreon Subscribers have access to all our changes as they occur as well as track and manage issues, feedback and suggestion tools. Becoming a sponsor is the best way to experience and guide the ongoing development of all of Heathen's great tools for all engines.
The link below only works for Sponsors Installation Instructions
Cancel anytime, and keep everything you have including our site-based license
$15.00 month
Source Access For all our assets
Live Updates
Exclusive extras
Issue Tracking
Escalated Live Support
Unity
Toolkit for Steamworks
PhysKit Complete
UX Complete
Unreal
Toolkit for Steamworks
$74.99
Source Included
Quarterly Updates + Hotfixes
Toolkit for Steamworks
Live Support
Per-user license, free updates for that major version, discount on future major updates
What's New!
Version 2 introduces a dependency on Epic Games's Steam Shared plugin. This change means that Heathen's tools are now completely compatible with all of Epic's tools as well as any 3rd party tool built on them.
Version 1 was spawned from an internal tool and was a complete manual integration of Steamworks SDK. The advantage here was zero dependencies on anything from Epic the intent of that being to insure complete use and availability of Steamworks SDK without anything getting in the way. The disadvantage was an incompatibility with anything from Epic, this meant working with any existing tools, guides, features, etc. was harder and required more effort from the programmer.
Version 2's approach is to author our tools to work with any relevant version of the engine or Steamworks SDK and handle integration through common/shared Unreal Engine features such as Steam Shared. The net result of this change is that all existing tools, plugins, samples, tutorials, etc. around Unreal's Steamworks will simply work and that all of Heathen's "full feature set" will also simply work.
v2 Changes
Installation
v2 is dependent on the Steam Shared plugin When installing from Marketplace this will be enabled for you When installing it to a project you should enable Steam Shared yourself before adding the plugin. As Steam Shared is the base Steamworks SDK integration its rules apply in terms of configuration of App ID and similar. Please see our Getting Started documentation for more information.
Prior Version
v1 contained a deep copy of Steamworks SDK and held all of its configuration internally exposing it to the Steam Game Instance class defaults. This meant you could install and configure the tool entirely "in the editor"
Multiplayer
v2 is compatible with Unreal's Steam Sockets NetDriver and this is the tool you should use if you want to use Steam Networking Sockets.
No, you do not have to use Online Subsystem, it is a technical dependency and will be enabled but does not have to be used. See the Sockets Net Driver article for more information.
When you enable the Steam Sockets plug-in from the Plugins list in Unreal it will require a restart and there is some configuration you need to do in your ini files. See our Sockets Net Driver article for more information.
Prior Version
The prior version used a modified Sockets Net Driver based on Epics built-in one. It has some known issues and a similar configuration, Those issues are not present in v2.
Last updated