Skip to content
General
- Fixed a missing include in NetworkingTypes.h
UGC
- Fixed a UFUNCTION meta typo in UGCAsyncActions.h
Inventory
- Fixed GetResultItemProperty not returning a proper string value
- StartUpdateProperties did not return a SteamInventoryUpdateHandle
- Refactored several functions
- Renamed struct FDeleteItemResult to FUGCDeleteItemResult
SteamCore::Web
General
- Renamed enum EValueType to ESteamValueType
- Renamed enum EJsonResult to ESteamJsonResult
General
- Added utility function to check if PublishedFileId is valid
- Renamed ESubsystem to ESteamSubsystem due to a naming conflict
General
- SteamCore:: plugin now includes the SteamCore::Web plugin for free!
General
- Added more debugging output
Stats
- Fixed GetDownloadedLeaderboardEntry not returning the correct leaderboard result
General
- Fixed a steam version macro
Special thanks to OverRated for finding it
Apps
- Fixed SteamApps not using the Server accessor when running dedicated server
Networking
- Fixed Networking not using the Server accessor when running dedicated server
Inventory
- Fixed Inventory not using the Server accessor when running dedicated server
UGC
- Fixed UGC not using the Server accessor when running dedicated server
Utils
- Fixed Utils not using the Server accessor when running dedicated server