Restful(http request) with Blueprints

Send Restful requests with blueprints

  • Supported Platforms
  • Supported Engine Versions
    4.27, 5.0 - 5.3
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.

Send Restful requests with blueprints


discord: https://discord.com/invite/BZJJshZ

Technical Details

Features: (Please include a full, comprehensive list of the features of the product)

  •  send restful request
  • send restful request with file

Code Modules: (Please include a full list of each Plugin module and their module type (Runtime, Editor etc.))

  • restful

Number of Blueprints: 2

Number of C++ Classes: 1

Network Replicated: No

Supported Development Platforms: Mac / Win / Linux

Supported Target Build Platforms: Mac / Win / Linux / iOS / android

Documentation: just 2 nodes, send restful request and send restful with file request. send the restful request with url, verb, content, headers by calling SendRestfulRequest. It will return success, response code, and its response content.

Example Project:

Important/Additional Notes: