UE4Duino - Arduino to UE4 plugin Release!

There is a problem with my arduino pro mini with mpu9250 and latest plugin. Old version for 4.10 was working perfect. Data stream from read line was coming very smooth. But with later plugins all the time I’m getting messy readings in unreal engine. There come like 15 lines (just example) normal readstring readings and something messed up and again normal reading.

I wonder what’s changed . Btw arduino code was not changed so messing goes on in UE4 side.

example of UE4 print string:

104.55
105.45
104.35

.35
04.35
105.33
104.54

this is what i get when run a game