Skip to main content

704 posts tagged with "all"

all

View All Tags

SteamCore 1.4.5

· One min read
Developer

Warning, this update will most likely break your project if you are using any of the SteamCore source files in your project.
Be aware that this update will include additional steps when updating.

General

  • Almost all source files (both .cpp and .h files) have been renamed to include the Steam prefix, for example Inventory.h is now SteamInventory.h, this is to eliminate conflict issues that arise when plugins or engine source use the same naming convention.
  • Directories have also been renamed to include the Steam prefix, Inventory => SteamInventory

SteamCore 1.4.4.2

· One min read
Developer

General

  • Cleaned up all Async callbacks
  • All async callbacks are now run on the gamethread
  • Fixed bEnabled setting getting disabled when changing SteamCore settings

UGC

  • GetItemState function now also returns an array of Item States rathern than just a flag (integer)

MatchmakingServers

  • Fixed UTF to TCHAR conversion for Server Info

SteamCore 1.4.4.1

· One min read
Developer

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

EOSCore 1.8.4.6

· One min read
Developer

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

· One min read
Developer

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

Thumbnailer 1.3.1

· One min read
Developer

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

Thumbnailer 1.3

· One min read
Developer

General

  • The entire UI of Thumbnailer has been overhauled and given a brand new look

  • Clamped preview window size if Thumbnail resolution is too small, otherwise the preview window will shrink to a unusable size

  • Added new alignment tool: Crosshair

  • Added new alignment tool: Capture frame

  • Added 2 new alignment tools, these utilities will help you align your thumbnails

  • Added viewport speed controls to the preview window

  • Thumbnailer Settings & Scene settings are now spawned as separate windows

  • UI Overhaul

  • New Settings

  • Crosshair & Capture frame

  • Speed Control

  • Separated Settings & Scene settings