Skip to content
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
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
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
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