UE4Duino - Arduino to UE4 plugin Release!

v2.2 is out!

2.2 UPDATE!

Info, binary[SIZE=2]SUP[/SUP] and source downloads — UE4Duino v2.2 on GitHub[/SIZE]

**New: **4 utility nodes for converting from and to bytes/int/float:

  • BytesToInt — Convert 4 bytes in little-endian order into an Integer.
  • BytesToFloat — Convert 4 bytes in IEEE 754 standard into a Float.
  • IntToBytes — Convert an Integer value into 4 bytes in little-endian order.
  • FloatToBytes — Convert a Float value into 4 bytes matching the IEEE 754 standards.