The Spring Creator sale ends 4/18 at 9:59 AM EDT!

WebSocket

WanWanHa - Code Plugins - Jan 31, 2023

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

  • Supported Platforms
  • Supported Engine Versions
    4.27, 5.0 - 5.3
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.

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

Technical Details

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