Name | JSON Query |
---|---|
Category | Web |
Author | Stefan "Stefander" Wijnker |
Version | 0.95 |
UE4 Build | 4.15.0 |
Discuss | https://forums.unrealengine.com/showthread.php?7045-PLUGIN-JSON-Query |
This plugin allows you to easily setup communication with webservers through the common JSON protocol. Everything in this plugin is exposed to Blueprints, which allows you to fully customize the post data and event dispatcher flow.
Latest version (Binary): JSONQueryUE4.8.3.zip
Latest version (Source): https://github.com/marynate/JSONQuery_UE4
https://wiki.unrealengine.com/File:JSONPostExample.png
https://wiki.unrealengine.com/File:JSONPostOutput.png
You can rebuild the binaries by cloning this repository into a new UE4 C++ project. When opening the project, the editor should ask you to rebuild the missing binary files (e.g. with Visual Studio).