MQTT Utilities is a plugin for Unreal Engine intended to expose MQTT client functionality to blueprints.
Check out the Documentation to learn more about the plugin.
Learn more about MQTT and its basic concepts.
Download demo applications for Windows/Mac/Android and try it out. Also, you can download complete demo project made with UE 4.23 and take a look how to use certain plugin features!
This plugin is based on the Eclipse Mosquitto client Libraries for it's base.
- Establish connection with MQTT brokers
- Publish messages
- Receive messages with a certain topic
- Unified API for Windows/Mac/Android/iOS/Linux
- Windows x64
- (Eclipse Mosquitto 1.4.8)
- Android
- (Eclipse Mosquitto 1.4.8)
- iOS
- (Eclipse Mosquitto 1.4.8)
- Mac OS
- (Eclipse Mosquitto 1.4.8)
- Linux
- (Eclipse Mosquitto 2.0.13)
- (Tested with Ubuntu 18.04)
This list can be extended in the future. Also, even if some MQTT brokers are not listed here it doesn't necessarily mean that they are incompatible with MQTT Utilities plugin for Unreal Engine unless this is mentioned explicitly.
- ADDED MQTT client implementation for Linux
- Few README cleanup/updates
- ADDED MQTT client implementation for Windows/Mac/Android/iOS