ObjectDeliverer Ver 1.3.0

Today, a new version of ObjectDeliverer has been released.

ObjectDeliverer: ayumax: Code Plugins - UE4 Marketplace

The contents are the following two points:

  • Support for iOS, Android, Mac
  • Fixed a bug where the editor would rarely freeze on exit when using UDPReceiver

Support for iOS, Android, Mac

Recently, as I personally started creating mobile apps with UE4 and the verification environment became available, I implemented support for mobile OSes.

However, there were no internal code changes; I only created packages for each OS.

Since most of the mechanism was originally created using only UE4 C++ classes, I have confirmed that it works properly on various OSes within the scope I can currently check.

This enables communication between smartphone apps and desktop apps, or between smartphone apps themselves, which I believe will expand the usability of the plugin more than ever before.

Fixed bug where editor rarely freezes on exit when using UDPReceiver

The other point is a bug fix.

When using the UDP reception feature, there was a bug where the editor would freeze on exit if the timing was bad, so this has been fixed.

Support for Other Plugins

Currently, all plugins other than ObjectDeliverer only support Windows, but with this update, I have figured out the support method, so I would like to implement mobile OS support for other plugins as well when the time comes.