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

GetFieldTypeString returns the wrong type string #425

Open Chagrins opened 4 months ago

Chagrins commented 4 months ago

Currently the VA Rest Json Object's implementation of GetFieldTypeString returns either Null or String (on some random cases) because the check looks for not the field type instead of FOR the field type.