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

Fixes GetFieldTypeString To Return Type String #426

Open Chagrins opened 4 months ago

Chagrins commented 4 months ago

GetFieldTypeString was returning either String on Null types or Null on any other types because logic was inverted.