SteamCore 1.4.4.1

General

  • Project Settings are now saved to the DefaultEngine.ini config file rather than the Engine.ini file in Project\Saved directory
  • Fixed GameVersion not being set in DefaultEngine.ini
  • Removed bForceGameThreadExecution from Project Settings, the plugin will always execute callbacks on the GameThread now
  • Removed bWasSuccessful from AsyncTasks ToString() output

Thumbnailer 1.3.1

General

  • Added camera rotation buttons to the preview window
  • Camera Speed Control widget now overrides the camera speed to allow even slower camera speeds than Unreal allows by default
  • Camera Rotation Buttons can be turned off from the Settings menu
  • Changed layout of some of the Thumbnailer buttons

Camera Rotation Buttons

New Button Layout

EOSCore 1.8.4.6

OSS

  • Fixed Refreshing login when using DeviceId accounts when login expires
    Thanks to jhpen for reporting this

Chat

  • Added another check to see if the provided UserId is valid before adding the listener

SteamCore 1.4.4

General

  • Added Utility function “GetPublicIp” as an alternative way to get your Public Ip

GameServer

  • Added Pure & Compact versions for “GetServerSteamID
  • Added Pure & Compact versions for “GetServerPublicIP

GameSearch

  • Added GameSearch interface
    There is literally no documentation regarding this interface but it’s now exposed and available in Blueprints

GameSearch Interface