Skip to content

Releases: getnamo/BLUI-Unreal

v4.8.0 for UE 5.3

26 Sep 22:24
Compare
Choose a tag to compare

Changes

  • Update to Unreal Engine 5.3
  • CEF version still matches engine version, no updated needed.

v4.7.0 for UE 5.2

26 Sep 22:18
Compare
Choose a tag to compare

Changes

  • Update to UE 5.2
  • CEF version still matches engine version, no updated needed.

v4.6.0 for UE 5.1

09 Apr 01:57
Compare
Choose a tag to compare

Changes

  • Addresses both #81 and #80 by syncing current CEF to 90.0.4430.212 which is the same one unreal engine uses for WebBrowser widget. This means they are compatible and won't cause a crash. Fix should hold for UE5.1, may need another update for 5.2+.

NB: BLUI-v4.6.0-UE5.1.7z is the full release, BluBrowserCEF-90.0.4430.212-Win64.7z is provided for backporting support

v4.5.0 for UE 5.1

17 Nov 01:22
Compare
Choose a tag to compare

Changes

v4.4.0 for UE 5.0

07 Apr 18:39
Compare
Choose a tag to compare

Changes

  • Update to Unreal 5.0 production release
  • Name change for consistency with other unreal plugins

Early v4.3.1 for UE 5.0EA

14 Dec 19:36
Compare
Choose a tag to compare
Pre-release

Changes

  • Update to Unreal 5.0EA
  • Refactor for sub-paths: a956c23
  • Refactor blueprint widget and example actor to use forwarded FBluEyeSettings
  • Refactor FBluEyeSettings to use FVector2D for view size

NB: This is an early release and may not work correctly with the 5.0 final release when it arrives.

v4.2.0 for UE 4.27

14 Dec 19:17
Compare
Choose a tag to compare

Changes

v4.1.0 for UE 4.26

14 Dec 07:19
Compare
Choose a tag to compare

Changes

  • Update to Unreal 4.26
  • Cleanup method for static eye construction

v4.0.0 for UE 4.25

20 May 23:56
Compare
Choose a tag to compare

Changes

  • Update to Unreal 4.25
  • Refactor to be closer to Unreal C++ styling (PascalCase)
  • Now using IWYU instead of PCH
  • Auto-ticking feature added to BluEye. Manual ticking no longer needed and removed from example blueprint actors. Call SetShouldTickEventLoop BluEye static function if you want to pause the event loop.
  • Contribution by @GMAGD download handler passthrough for pdf printing support - #42
  • Contribution by @aaron1a12 fixes wrong codes for arrow keys - #43
  • Updated usability for key pressing and autoplay for e.g. youtube. aa1d8da
  • WebGL, shadertoy, tensorflow.js and Youtube confirmed working in this version
  • Misc cleanup

v3.7.0 for UE 4.24

13 Mar 06:15
Compare
Choose a tag to compare

Changes