HTTP / REST server interaction

Hi All,

I am teaching myself unreal engine by making a simple chess game. I want the game to be asynchronously multiplayer so I was going to make a simple server using something like Node.js to make a REST API with a simple database.

Is it possible to interact with such a server through blueprints? or even through C++? If so, can anyone point me to some guides?

Thanks! :slight_smile:

  • Shaun

Stefander has just released a plugin that might help you.
https://forums.unrealengine.com/showthread.php?7045-PLUGIN-JSON-Query

Thatโ€™s exactly what I was looking for, Thanks :slight_smile: