
描述
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.




