Skip to content
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
General
- Added a couple of null checks for the ChunkDownloader object when invoking ChunkCore functions
OSS
- Fixed searching for sessions with custom attributes using Advanced Sessions Plugin
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
General
- Added a missing voice enum that was missing from a SDK update
Thanks to Tyen for reporting this