WebSocketClient

在UE中连接WebSocket服务器(Connect WebSocket Server in UE)

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

1.以Actor连接WebSocket服务器,方便在云端渲染架构下于你的后台进行通信

Use Actor to connect to the WebSocket server to facilitate communication in your background under the cloud rendering architecture

2.支持自定义IP、端口

Support custom IP, port

3.提供蓝图调用,包括接收消息事件、连接事件、发送消息事件

Provide blueprint calls, including receiving message events, connection events, and sending message events

4.提供简易的JSON序列化,提供Brief、Command、Type三个字段,便于建立自己的指令集

Provide simple JSON serialization, provide Brief, Command, Type three fields, easy to build your own instruction set

5.对于打包后的程序,提供命令行方式设置IP和端口 -ws ws://127.0.0.1:9091

For the packaged program, provide command line mode to set IP and port -ws ws://127.0.0.1:9091


テクニカルノート

Features: (Please include a full, comprehensive list of the features of the product)

  • WebSocket Client C++ Plugin and Blueprint
  •  Receive And Send Message

Code Modules: (Please include a full list of each Plugin module and their module type (Runtime, Editor etc.))

  •  WebSocketClient(Runtime)

Usage: WebSocketClient/README.md at master · scially/WebSocketClient (github.com)

Number of Blueprints: 2

Number of C++ Classes: 1

Supported Development Platforms: Win64、Win32、Linux、MacOS

Supported Target Build Platforms:Win64、Win32、Linux、MacOS