[Free][Windows only] UE4Duino 2 - Arduino (COM port) communication

You can either send data as String with Print or PrintLine functions or use Write to send bytes. There are several write functions such as WriteInt and WriteFloat. But since Ints and Floats are 4 bytes each, Arduino will read those four bytes and you’ll have to convert them back to an int or float using C++ logic in Arduino. It’s much simpler to use just byte.