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

Make number value interger not float in make json? #406

Open worbarry opened 1 year ago

worbarry commented 1 year ago

my api request requires interger value and when using number in make json its making a float value and i need number with precision

chrixbedardcad commented 1 year ago

I got an issue too with making Json and Number, can you set a value using a variable in that node ?

ref: Issue 408

worbarry commented 1 year ago

I found you Can use get integer node instead of using make json

On Tue, 28 Feb 2023, 05:33 chrixbedardcad, @.***> wrote:

I got an issue too with making Json and Number, can you set a value using a variable in that node ?

ref: Issue 408 https://github.com/ufna/VaRest/issues/408

— Reply to this email directly, view it on GitHub https://github.com/ufna/VaRest/issues/406#issuecomment-1447607934, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACOLRUC45DGSZOTSY5LSM5TWZWE3FANCNFSM6AAAAAAVCKF5A4 . You are receiving this because you authored the thread.Message ID: @.***>

chrixbedardcad commented 1 year ago

how did you make it? is any of those options work: 2023-02-28_9-54-09