Files
UnrealEngine/Engine/Plugins/Protocols/MQTT/MQTT.uplugin
2025-05-18 13:04:45 +08:00

31 lines
549 B
Plaintext

{
"FileVersion": 3,
"Version": 1.0,
"VersionName": "1.0",
"FriendlyName": "MQTT",
"Description": "MQTT broker and client",
"Category": "IOT",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Modules": [
{
"Name": "MQTTCore",
"Type": "Runtime"
},
{
"Name": "MQTTCoreEditor",
"Type": "Editor"
}
],
"Plugins": [
{
"Name": "JsonBlueprintUtilities",
"Enabled": true
}
]
}