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

double precision for json number field #419

Open robinwood3d opened 1 year ago

robinwood3d commented 1 year ago

Now that UE5 has surpport double precision, but the GetNumberField or AsNumberField nodes still return float. Like 72.62739832410487 it will only return 72.627398 Will this plugin surpport double later? The double precision is Significant for geography processing.

Thanks a lot!