ufna / VaRest

REST API plugin for Unreal Engine 4 - we love restfull backend and JSON communications!
https://www.unrealengine.com/marketplace/en-US/product/varest-plugin
MIT License
1.05k stars 289 forks source link

Report: Float double-precision crash on Android #391

Open ufna opened 1 year ago

ufna commented 1 year ago

By luqmanrizal on August 2, 2022 6:23 AM - Edited on August 2, 2022 6:48 AM

Any float (double-precision) plugged into MakeJson number type will cause the game to crash on Android.

A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x6f402e0000 in tid 6167 (GameThread), pid 6044 (main)

Using any node outputting float (single-precision), or directly inputting value will not cause any crash. Though the editor will give an implicit cast warning upon compilation.