WebSocket with Blueprint

send web socket requests with blueprint

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

Send web socket requests with blueprints


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

技术细节

Features:

  • send web socket request
  • send web socket request with file

Code Modules:

  • websocket(Runtime)

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 4 nodes, SubscribeWebSocket, connect, disconnect, isconnected and send. subscribe web socket with endpoint, headers, query parameters, protocols and a web socket subscription handler by calling SubscribeWebSocket. Call connect to connect the web socket and disconnect to disconnect it. call send with the message to send a message.

Example Project:

Important/Additional Notes: