WebSocket

Web Socket, easy to use, pure blueprint, easy to understand

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

Websocket, pure Blueprint interface, only four delegate to care about,

it can help us to create websocket, or we could new customwebsocket by ourself, and just only bind event we care about,

and it provide interface for socket operations, like send , receive, etc

テクニカルノート

Features:

  •  send message to server by websocket
  •  receive message from server by websocket
  •  connect to server
  • token support

Code Modules:

  •  Runtime
  •  Editor
  • WebSocket

Number of Blueprints: 1

Number of C++ Classes:3

Network Replicated: No

B站 教程视频 链接

Documentation: Link

Example Project: Link

Video Tutorials: Link

New Feature, add support for token