SteamCore 1.3.3

General

  • Fixed Steam Initialization when using Unreal Engine 4.25
    This is an Engine issue
  • Added the SteamFix module to SteamCore plugin
  • Changed .uplugin setting “EnabledByDefault” to false, having this set to true were causing rare packaging issues.

SteamCore 1.3.2

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