
説明
# SimpleUDP
## Documentation
https://github.com/MZSH-UEPlugins/UEPluginDocs/blob/main/SimpleUDP/README.md
---
## Overview
SimpleUDP is a lightweight UDP communication plugin for Unreal Engine with full Blueprint support. It enables runtime channel configuration, automatic socket lifecycle management, and is ideal for simulator integration and LAN communication.
---
## Key Features
- UDP Broadcast Support: Send to broadcast addresses like 255.255.255.255
- Runtime Dynamic Configuration: Create or modify send/receive channels at runtime
- IP Whitelist/Blacklist Filtering: Accept or reject packets using IP or CIDR rules
- Fully Blueprint-Compatible: All features exposed to Blueprints
---
## Use Cases
- Ingest real-time data from external sensors, simulators, or robots
- Communicate with third-party tools over LAN
- Low-latency, connectionless commands or telemetry transmission








