WebSocket

WanWanHa - 代码插件 - 2023/01/31

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

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

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