mengzhishanghun - SimpleWebSocket

# SimpleWebSocket Plugin

## 📖 Overview

SimpleWebSocket is a lightweight Unreal Engine plugin that enables seamless WebSocket communication directly from Blueprints. It is designed for developers who need real-time two-way data transfer between UE and external servers without writing C++.

---

## 🔧 Features

- 📡 Connect to any WebSocket server (ws:// only)  

- 🔁 Multiple named WebSocket connections  

- 🧠 Blueprint-accessible API for connect, send, and close  

- 🧩 Message binding using Blueprint delegates  

- 🚀 Optional auto-connect on project start  

- 📦 Fully tested: works correctly in packaged builds  

---

## 📝 Usage Notes

- ✅ Packaging Support: The plugin works as expected in packaged builds (Windows).  

- ⚠️ Connection Tip: Do not use `localhost` as the server address. Always use `127.0.0.1` to avoid connection issues in packaged games.

---

## 📚 Documentation

Step-by-step usage instructions and blueprint examples are available in:  

`SimpleWebSocket/Docs/README.md

---

## 📂 Author

```

Copyright (c) 2025

Author: mengzhishanghun  

Contact: mengzhishanghun@outlook.com

```