Skip to content
GENERAL
- Fixed several ansi character conversion issues
- Fixed UE5 compile warnings
Thanks ROJO for submitting this fix
GENERAL
- Fixed async timeouts not working correctly
INPUT
- Added Init and Shutdown functions to the SteamInput subsystem
GENERAL
- Added two new utility functions
- ReadFileToBytes
This function will read a binary file and output an array of uint8 - WriteBytesToFile
This function will write an array of uint8 to a binary file
INPUT
- Added missing function “GetConnectedControllers”