
Açıklama
# SimpleTCPClient
## Documentation
https://github.com/MZSH-UEPlugins/UEPluginDocs/blob/main/SimpleTCPClient/README.md
---
## Overview
SimpleTCPClient is a lightweight TCP client plugin for Unreal Engine. It provides full Blueprint integration, automatic connection management, and multi-channel support for reliable TCP communication.
---
## Key Features
- Multi-Channel Connections: Configure and manage multiple TCP client channels independently
- Auto-Reconnect Support: Automatic reconnection with customizable intervals
- Asynchronous Receiving: Background threads handle incoming data
- Fully Blueprint-Compatible: All features exposed to Blueprints
---
## Use Cases
- Connect to external services: sensors, simulators, or custom servers
- Communicate with Python, C++, C# programs over LAN
- Build custom application-level protocols





