STEAMCORE PRO 1.0.7

SESSIONS

  • Removed unused options in the “Create SteamCore PRO Session” node
  • Added a new Create Session node called “Create SteamCore PRO Session (Extra)” node that contains all settings that were previously available in the old node
  • Added support for the new SEARCH_LOBBIES search key that is used in Unreal Engine

STEAMCORE PRO 1.0.6.6

FRIENDS

  • It’s now possible to listen for Session Invite Received. This allows the player to handle invites directly in-game via the in-game UI, for example.
    See the documentation for an example

DEDICATED SERVER

  • A new node, ServerTravel, has been added. This allows the server/host to switch maps using SeamlessTravel or ServerTravel rather than executing the traditional console command. It also allows the developer to use soft references to maps.
    See the documentation for an example