mqtt-utilities-unreal
mqtt-utilities-unreal copied to clipboard
MqttUtilities is a plugin for Unreal Engine intended to expose MQTT client functionality to blueprints
I can successfully load and use this plugin in Unreal Engine 5.0.2, but as soon as I add a Connect node, the editor will crash when I try to run....
Same as the title. I tried install vc++2010 to 2019, but it doesn't work. [2022.06.27-01.59.27:636][226]LogThreadingWindows: Error: Runnable thread MQTT crashed. [2022.06.27-01.59.27:636][226]LogWindows: Error: === Critical error: === [2022.06.27-01.59.27:636][226]LogWindows: Error: [2022.06.27-01.59.27:636][226]LogWindows: Error:...
OS: Ubuntu 22.04 LTS UE Version: 5.0.2 (Source code build) Plugin Version: 1.1.0 (Downloaded from releases) When I am attempting to build your solution into my project, I am unfortunately...
I'm using UE4.26 on MacOS Monterey 12.2.1, with JetBrains Rider IDE. The broker that I've set up is RabbitMQ hosted on AWS MQ. I get the following error when I...
Hello, I found an issue with this plugin while sending json payloads encoded in Base64. They usually hit more than 128 characters and this line (located in StringUtils.cpp) doesn't send...
Hello and thanks for the great work you did here. I am testing the plugin in a system that needs low latency, and i noticed that the time needed for...
There seems to be an erratic bug with this plugin where the connection to the broker is dropped after publishing a message to it, resulting in an infinite connect/disconnect loop....
I copied the code to Plugins folder but it gives error when trying to compiling it. I am using Mac M1 on UE 5.3.1
` Fatal error! Unhandled Exception: 0xc06d007e 0x00007fffcb10cf19 KERNELBASE.dll!UnknownFunction [] 0x00007fff47b1cfc4 UnrealEditor-MqttUtilities.dll!__delayLoadHelper2() [D:\a\_work\1\s\src\vctools\delayimp\delayhlp.cpp:312] 0x00007fff47b1ba9f UnrealEditor-MqttUtilities.dll!_tailMerge_mosquittopp_dll() [] 0x00007fff47b186f4 UnrealEditor-MqttUtilities.dll!FMqttRunnable::Run() [C:\Users\LS\Desktop\mqtt-utilities-unreal-1.1\HostProject\Plugins\MqttUtilities\Source\MqttUtilities\Private\Windows\MqttRunnable.cpp:48] 0x00007fff6a765342 UnrealEditor-Core.dll!UnknownFunction [] 0x00007fff6a75d230 UnrealEditor-Core.dll!UnknownFunction [] 0x00007fffcc647614 KERNEL32.DLL!UnknownFunction [] 0x00007fffcd9e26f1 ntdll.dll!UnknownFunction []...