Skip to content
GENERAL
- Moved Steam.h and SteamCoreSettings.h to Public source folder
- Updated Steamworks SDK to 1.51 (UE 4.27+)
1.51 is not available on Mac
SESSIONS / MATCHMAKING
- Disable bUseLobbiesIfAvailable and bUseLobbiesVoiceChatIfAvailable when running a dedicated server when using the “Create SteamCore Session” node
APPS
- New function: BIsTimedTrial
FRIENDS
- New function: RegisterProtocolInOverlayBrowser
- New function: ActivateGameOverlayInviteDialogConnectString
STATS
- New function: GetAchievementProgressLimits
UGC
- New function: GetQueryUGCNumTags
GENERAL
- Updated “Create SteamCore Session“
Renamed: NumPublicConnections -> MaxPlayers
New property: bUseLobbiesIfAvailable
New property: bUseLobbiesVoiceChatifAvailable - Moved Steam.h to Private/SteamCore
- Moved SteamCoreSettings.h to Private/SteamCore
The 2 new properties apply to 4.27 only
GENERAL
- Added UE4.27 support
- Steam SDK 1.51 features will be implemented in a future update
UTILS
- Removed deprecated function GetCSERIPPort
GENERAL
- New function: “Update SteamCore Session“
This function allows you to update your hosted game sessions attributes
REMOTE STORAGE
- Fixed GetUGCDetails not returning the Name variable correctly