Hi there 
I've just released the first public version of plugin that makes REST server communications pretty easier.

VaRest is the plugin for Unreal Engine 4 that makes REST server communications simple to use with full Json query support.
Key features:
Current version: 1.1 R 9
Plugin is available under MIT open-source license, you can download it here. Source code is available on Github: https://github.com/ufna/VaRest .
Check the Wiki for plugin usage examples and installation notes.
I'll be thankfull for plugin testing, feedback and new ideas how to improve the plugin!

I've just released the first public version of plugin that makes REST server communications pretty easier.

VaRest is the plugin for Unreal Engine 4 that makes REST server communications simple to use with full Json query support.
Key features:
- Flexible Http/Https request management with support of different Verbs and Content Types
- No C++ coding required, everything can be managed via blueprints
- Blueprintable Json wrapper with almost full support of Json features: different types of values, arrays, both ways serializarion to FString, etc.
- Blueprintable FJsonValue wrapper - full Json features made for blueprints!
- Parse REST API manager to start working with Parse out of the box!
Current version: 1.1 R 9
Plugin is available under MIT open-source license, you can download it here. Source code is available on Github: https://github.com/ufna/VaRest .
Check the Wiki for plugin usage examples and installation notes.
I'll be thankfull for plugin testing, feedback and new ideas how to improve the plugin!

Comment