Skip to content

Changelog

Released Operating System Simulator v3.6.0

Operating System Simulator Added v3.6.0

Operating System Simulator v3.6.0: Reworked build modules for Lite edition. Plus 5 more changes.

  • Reworked build modules for Lite edition.
  • Icon widget class is now settable from plugin settings.
  • Taskbar button class is now settable from plugin settings.
  • Data object blueprints now have full support for getting subsystems and spawning actors.
  • Fixed LNK error when inheriting base program in C++.
  • Fixed various issues with taskbar.

Updated all products to Unreal Engine 5.4

All Products Updated UE 5.4

All YetiTech Studios marketplace plugins now support Unreal Engine 5.4. Epic released UE 5.4 on April 23, 2024.

Unreal Engine 5.4 launched on 23 April 2024. After individual plugin updates, our full catalog was validated for UE 5.4.

Plugins updated:

  • Game Viewport Widget
  • Objective Waypoint System (C++)
  • Operating System Simulator
  • QR Code Generator
  • Web Browser UMG
  • Objective Waypoint System (Blueprints)
  • Draggable Window

Released Operating System Simulator v3.5.1

Operating System Simulator Added v3.5.1

Operating System Simulator v3.5.1: Static battery related functions. Plus 4 more changes.

  • Static battery related functions.
  • Validates battery first in portable device actor.
  • Fixed OnDeviceCreated calling even when not created.
  • Fixed potential crash when shutting down device.
  • Removed GetBatteryHealthStateText. Use static function instead.

Released Operating System Simulator v3.5.0

Operating System Simulator Added v3.5.0

Operating System Simulator v3.5.0: Added portable device actor. Plus 21 more changes.

  • Added portable device actor.
  • Added option to sent programs to background or fully close.
  • Added default (admin) user.
  • Added Operating System Battery.
  • Added toggleable option for programs to run on portable device.
  • Added phone OS class.
  • Added option to set whether OS should install or boot directly.
  • Added delegates FOnOperatingSystemStarted in device actor.
  • Added mobile device tag.
  • Added Blueprint implementable events check.
  • Added Phone OS tag.
  • Refactored save game.
  • Refactored load game.
  • Moved device manager to device actor.
  • Renamed FVersion to FOperatingSystemVersion.
  • Move FOperatingSystemNotification to it’s own file.
  • Move FOperatingSystemSize* to it’s own file.
  • Move FOperatingSystemSaveLoad* to it’s own file..
  • Fixed a potential crash with Unix OS.
  • Fixed a potential crash with Draw Widget to Texture function.
  • Deprecated bOperatingSystemIsPreInstalled property.
  • Removed bIsPreInstalled property.

Released Operating System Simulator v3.4.0

Operating System Simulator Added v3.4.0

Operating System Simulator v3.4.0: Added Operating System Settings with plug 'n' play modules. Plus 26 more changes.

  • Added Operating System Settings with plug ‘n’ play modules.
  • Added Operating System Theme module.
  • Added Operating System Wallpaper module that can use images from your pc at runtime.
  • Added program: Video Player.
  • Added program: Audio Player.
  • Added program: Calculator.
  • Added program: Calendar.
  • Added video file.
  • Added audio file.
  • Added support for fullscreen switching.
  • Added Draw Widget to Texture node.
  • Added static math expression node for use with Calculator program.
  • Added window maximize/restore functionality.
  • Additional options to toggle resizing, dragging and setting minimum resize.
  • Program widget sets Parent Program first before calling on set operating system.
  • Added keywords for easier Blueprint searching for device messenger.
  • Program now sets Parent OS before validating.
  • Added K2_OnValidate Blueprint Implementable Event for Programs.
  • Unbound functions from messenger are now cleared automatically.
  • Added helper function to get month name.
  • Added support for saving/restoring last window position.
  • Refactored program install function.
  • Renamed EProgramSaveMethod to EOperatingSystemProgramSaveMethod.
  • K2_OnOpenFile now has FGenericError output.
  • Fixed no root component for device actor.
  • Fixed crash when passing null OS to shutdown/restart static function.
  • Deprecated Get Installed Programs function. Use Get Installed Programs Map instead.