Город МОСКОВСКИЙ
00:07:41

Unreal Engine: MQTT Utilities plugin, step by step installation and testing

Аватар
ReactПрофессионал
Просмотры:
22
Дата загрузки:
04.12.2023 04:57
Длительность:
00:07:41
Категория:
Лайфхаки

Описание

MQTT Utilities is a plugin for Unreal Engine intended to expose MQTT client functionality to blueprints.
Github: https://github.com/NinevaStudios/mqtt-utilities-unreal

If you find this content useful, please send me "Super Thanks"

How to compile the plugins based on your Unreal engine version:
1. Install required dependencies:
visual studio 2019, include C++, Install Windows 10 SDK, Install latest .NET Framework
2. Download codes from github
3. Edit file MqttUtilities.uplugin, change Engine Version: EngineVersion": "ANY_VERSION",
4. Open CMD in windows
5. Change directory to BatchFiles UE4 based on your UE version:
Example: cd C:\Program Files\Epic Games\UE_4.27\Engine\Build\BatchFiles
6. Run the RunUAT.bat program and navigate to uplugin file that you want to compile and the target folder
Example:
RunUAT.bat BuildPlugin -plugin="D:\download\MqttUtilities\MqttUtilities.uplugin" -package="D:\download\MqttUtilities427"

Рекомендуемые видео