WebSocket with Blueprint

send web socket requests with blueprint

  • Supported Platforms
  • Supported Engine Versions
    5.1 - 5.4
  • 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 web socket requests with blueprints


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

Technical Details

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: