diff --git a/SerialCOM/SerialComPlugin/BLUEPRINTS/BP_SerialCom-v3_UE501.uasset b/SerialCOM/SerialComPlugin/BLUEPRINTS/BP_SerialCom-v3_UE501.uasset new file mode 100644 index 0000000..3dcc26f Binary files /dev/null and b/SerialCOM/SerialComPlugin/BLUEPRINTS/BP_SerialCom-v3_UE501.uasset differ diff --git a/SerialCOM/SerialComPlugin/SERIALCOM.uplugin b/SerialCOM/SerialComPlugin/SERIALCOM.uplugin index 7d60aff..be55192 100644 --- a/SerialCOM/SerialComPlugin/SERIALCOM.uplugin +++ b/SerialCOM/SerialComPlugin/SERIALCOM.uplugin @@ -1,29 +1,24 @@ { - "FileVersion": 3, - - "FriendlyName": "Communication Serial Port (Serial COM)", - "Version": 3, - "VersionName": "3.0.0.05", - "CreatedBy": "Ramiro Montes De Oca", + "FileVersion": 3, + "Version": 3, + "VersionName": "3.0.0.05", + "FriendlyName": "Communication Serial Port (Serial COM)", + "Description": "This library enables Serial communication with Unreal Engine 4/5. Added DTR/RTS flow control. Compatible with Arduino projects and any other device requiring Serial Communication. This project was forked from EU4Duino (v1 Gryzly32/FuzionLabs, v2 Rodrigo Villani).\nSerial Com v3 by Ramiro Montes De Oca.", + "Category": "Input", + "CreatedBy": "Ramiro Montes De Oca", "CreatedByURL": "https://github.com/videofeedback/RamirosLab", "DocsURL": "https://github.com/videofeedback/Unreal-Engine-Plugin-Communication-Serial-Port", + "MarketplaceURL": "", "SupportURL": "https://discord.ramiroslab.com/", - - "Description": "This library enables Serial communication with Unreal Engine 4/5. Added DTR/RTS flow control. Compatible with Arduino projects and any other device requiring Serial Communication. This project was forked from EU4Duino (v1 Gryzly32/FuzionLabs, v2 Rodrigo Villani). -Serial Com v3 by Ramiro Montes De Oca.", - - "Category": "Input", - - "EnabledByDefault": true, + "CanContainContent": false, "IsBetaVersion": true, - - + "Installed": true, "Modules": [ { - "Name": "SERIALCOM", - "Type": "Runtime", - "LoadingPhase": "PreDefault", - "WhitelistPlatforms": [ + "Name": "SERIALCOM", + "Type": "Runtime", + "LoadingPhase": "PreDefault", + "WhitelistPlatforms": [ "Win32", "Win64" ] diff --git a/SerialCOM/SerialComPlugin/SERIALCOM_UE501/SERIALCOM_UE501.zip b/SerialCOM/SerialComPlugin/SERIALCOM_UE501/SERIALCOM_UE501.zip new file mode 100644 index 0000000..3a1ce21 Binary files /dev/null and b/SerialCOM/SerialComPlugin/SERIALCOM_UE501/SERIALCOM_UE501.zip differ