
説明
# SimpleWebSocket
## Documentation
https://github.com/MZSH-UEPlugins/UEPluginDocs/blob/main/SimpleWebSocket/README.md
---
## Overview
SimpleWebSocket is a lightweight Unreal Engine plugin that enables seamless WebSocket communication directly from Blueprints. It is designed for real-time two-way data transfer between UE and external servers.
---
## Key Features
- Multiple Named Connections: Manage multiple WebSocket connections independently
- Blueprint-Accessible API: Connect, send, and close via Blueprint nodes
- Message Binding: Use Blueprint delegates for message handling
- Optional Auto-Connect: Connect automatically on project start
---
## Use Cases
- Real-time multiplayer communication
- Live data streaming from web services
- Chat systems and notification services

