WebSocketClient

Hui Hwang - 代码插件 - 2023/02/01

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

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

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