Http request & WebSocket communication Blueprint Helper

RLoris - 代码插件 - 2021/07/11

BP Plugin to handle http request and websocket communication

  • 支持的平台
  • 支持的引擎版本
    4.25 - 4.27, 5.0 - 5.3
  • 下载类型
    引擎插件
    此产品包含一款代码插件,含有预编译的二进制文件以及与虚幻引擎集成的所有源代码,能够安装到您选择的引擎版本中,并根据每个项目的需求启动。
About


This plugin exposes nodes to handle http request and websocket communication

Can be used in any blueprint

Documentation can be found here : https://github.com/RLoris/HttpHelperDoc

Demo Websocket blueprint : https://blueprintue.com/blueprint/8bt0av6s/

If you found this plugin helpful, leave a rate or comment for others


> If you wish to manipulate and (de)serialize struct to/from XML/JSON, checkout my other plugin available here on the marketplace

> If you wish to create a TCP or UDP socket, checkout my other plugin for socket available here on the marketplace

> If you wish to encrypt data or file before sending them, checkout my other plugin for security available here on the marketplace

> If you wish to handle files or encode/decode to/from base64 and send them over the network, checkout my other free plugin for files handling available here on the marketplace




Bug or Request


You can ask question before buying, check the documentation as it may contain the answer you are looking for !

Keep in mind that I don't do your work for you, I only provide the right tools to help your development process !

If you find a bug, please contact me by filling this form, I will fix it

If you want a new feature, ask a question with the feature description, I will implement it eventually

For any other reason, you can contact me by clicking on my markeplace name (RLoris) and finding my support email

技术细节

Documentation


Click here



Features


  • Make http request (GET, POST, PUT, DELETE, HEAD, PATCH) with progress callback and file support
  • Support custom headers
  • Send text or bytes or file stream
  • Define a timeout for the request
  • Establish a websocket client connection (ws, wss) with connection retry
  • Supports text and bytes messages
  • Supports server sent events, one direction way communication (in UE 5.2 & 5.3)
  • Async nodes available for quick and simple usage


Details


Code Modules:

  •  HttpHelper (Runtime)

Number of Blueprints nodes: 7

Number of C++ Classes: 4

Network Replicated: No

Supported Development Platforms: Win, Mac, Linux

Supported Target Build Platforms: Win32, Win64, Android, Linux, IOS, MacOS