Skip to content

soundasleep/JSONQuery_UE4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JSONQuery_UE4

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

Overview

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.

Downloads

Latest version (Binary): JSONQueryUE4.8.3.zip

Latest version (Source): https://github.com/marynate/JSONQuery_UE4

Blueprint Examples

Post data when the game starts

https://wiki.unrealengine.com/File:JSONPostExample.png

Example output

https://wiki.unrealengine.com/File:JSONPostOutput.png

Rebuilding

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).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.4%
  • Other 1.6%