chozabu / VaRest

REST API plugin for Unreal Engine 4 - we love restfull backend and JSON communications!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

VaRest is the plugin for Unreal Engine 4 that makes REST server communications easier to use.

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 FJsonObject wrapper with almost full support of Json features: different types of values, arrays, binary data content, both ways serializarion to FString, etc.
  • Blueprintable FJsonValue wrapper - full Json features made for blueprints!
  • Both bindable events and latent functions are provided to control the asynchronous requests

Check the Wiki for plugin usage examples and installation notes.

Current version: 1.1 R 22 (UE 4.18-4.19)

SCREENSHOT

Unreal® is a trademark or registered trademark of Epic Games, Inc. in the United States of America and elsewhere.

Unreal® Engine, Copyright 1998 – 2018, Epic Games, Inc. All rights reserved.

About

REST API plugin for Unreal Engine 4 - we love restfull backend and JSON communications!

License:MIT License


Languages

Language:C++ 96.9%Language:C# 2.1%Language:C 0.9%