- Increased Steam Authentication Key buffer size, authenticating with GameServers should now work properly
- Create SteamCore Session & Find SteamCore Sessions have been updated
![](https://eeldev.com/wp-content/uploads/2020/02/8ca3f154735ee762b8fe7df2632c34f9-1024x620.png)
Added a Macro to define what Steam SDK version we’re using.
(UE 4.24 contains both SDK 1.42 and 1.46), this allows us to compile the plugin for both UE 4.23 and 4.24 without having to manage two seperate projects.
The caveat with this method is that all functions and subsystems will list as available in 4.23 but will not return the expected result since 4.23 doesn’t have the correct Steam SDK 1.46 version.
ISteamVideo
ISteamApps
ISteamFriends
ISteamUGC
General Changes
ISteamUtils Interface
Interface which provides access to a range of miscellaneous utility functions.
Steamworks Documentation:
https://partner.steamgames.com/doc/api/ISteamUtils
ISteamUser Interface
Functions for accessing and manipulating Steam user information.
Steamworks Documentation:
https://partner.steamgames.com/doc/api/ISteamUser
ISteamUGC Interface
Functions to create, consume, and interact with the Steam Workshop.
Steamworks Documentation:
https://partner.steamgames.com/doc/api/ISteamUGC