Enterables: All products 50% off

WebSocket with Blueprint

send web socket requests with blueprint

  • サポートされたプラットフォーム
  • サポートされたエンジンバージョン
    5.1 - 5.4
  • ダウンロードのタイプ
    エンジン プラグイン
    この製品には、コード プラグインが含まれており、ビルド済みのバイナリと Unreal Engine に統合される全ソースコードが完備されています。任意のエンジン バージョンにインストールし、プロジェクト毎に有効化することが可能です。

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: