
Description
WebSocket Client for Unreal Engine
An easy-to-use WebSocket client fully available for Blueprints and C++.
Integrate it easily within your project and start sending and receiving string or binary messages with your WebSocket server.
π Platform Support
The plugin is available for Windows, MacOS, Linux, Android, and iOS.
π§ͺ Fully functional demo
Learn how to use it with the documentation or the functional demo project and the basic echo server included.
π Multi-connections
Create as many sockets as you want to connect to several WebSocket servers at the same time.
β No Dependency
BlueprintWebSocket is built around the engine's WebSockets module. It doesn't require any dependency.
π Headers access
BlueprintWebSocket allows you to add custom header keys and values.
π Choose your protocol
BlueprintWebSocket allows you to connect to the server with ws or wss protocols.




